All Projects → godcong → chronos

godcong / chronos

Licence: MIT license
Chronos是用于Fate起名的日历计算工具,计算(公历,农历,八字,万年历,年柱,日柱,月柱,时柱,四柱)等

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to chronos

chinese-calendar-golang
📅 公历, 农历, 干支历转换包, 提供精确的日历转换.
Stars: ✭ 104 (+57.58%)
Mutual labels:  solar, lunar
FGO Battle
An auto-battle script for Fate/Grand Order
Stars: ✭ 25 (-62.12%)
Mutual labels:  fate
shamsi date
A Flutter and Dart package for using Jalali (Shamsi, Solar, Persian or Jalaali) calendar. You can convert, format and manipulate Jalali and Gregorian (Miladi) date and times.
Stars: ✭ 59 (-10.61%)
Mutual labels:  solar
accrete-starform-stargen
An attempt to reconcile all available versions of the Accrete/Starform/Stargen solar system generator.
Stars: ✭ 24 (-63.64%)
Mutual labels:  solar
imrc-datetime-picker
(Improved) React component datetime picker by momentjs 📆
Stars: ✭ 21 (-68.18%)
Mutual labels:  solar
solax
🌞 Solax Inverter API Wrapper
Stars: ✭ 30 (-54.55%)
Mutual labels:  solar
opensolar
Opensolar is a platform powered by openx for funding smart solar infrastructure using the Stellar blockchain.
Stars: ✭ 20 (-69.7%)
Mutual labels:  solar
JDate
A Jalali to Gregorian converter in Javascript with support of formatting output
Stars: ✭ 83 (+25.76%)
Mutual labels:  solar
Solar-Calculator
Calculates the sunrise and sunset for a given date and location (using GEO coordinates). This library uses the method outlined NOAA Solar Calculations Day spreadsheet found at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html.
Stars: ✭ 36 (-45.45%)
Mutual labels:  solar
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+121.21%)
Mutual labels:  solar
Solar-system
Solar System simulation created in C++ with legacy OpenGL
Stars: ✭ 26 (-60.61%)
Mutual labels:  solar
python-rctclient
Python client for RCTs Serial Communication Protocol
Stars: ✭ 27 (-59.09%)
Mutual labels:  solar
EnphaseCollector
Enphase Solar Metrics Collector
Stars: ✭ 31 (-53.03%)
Mutual labels:  solar
Three.js-Solar-Exploration
🚀 Exploration the solar system created by Three.js
Stars: ✭ 24 (-63.64%)
Mutual labels:  solar
fsnrnue
Lutris-based Linux installer for Fate/stay night [Réalta Nua] Ultimate Edition
Stars: ✭ 51 (-22.73%)
Mutual labels:  fate
solarshed
A Python library to help monitor solar charge controllers typically used in off the grid applications.
Stars: ✭ 63 (-4.55%)
Mutual labels:  solar
growatt-esp8266
Growatt Inverter monitoring via MQTT using ESP8266 modbus interface
Stars: ✭ 34 (-48.48%)
Mutual labels:  solar
pvoutput
Python code for downloading PV data from PVOutput.org
Stars: ✭ 22 (-66.67%)
Mutual labels:  solar
Powerwall2PVOutput
Send Tesla Powerwall data to PVOutput
Stars: ✭ 23 (-65.15%)
Mutual labels:  solar
home assistant omnik solar
Home Assistant Omnik Solar sensor component
Stars: ✭ 15 (-77.27%)
Mutual labels:  solar

Calendar Date object interface

 chronos.New() //Create current time
 chronos.New(time.Now()) //The parameter is of type time.Time
 chronos.New("2017/11/14 08:17") //Parameter is a specified format string

Lunar 农历日期显示

chronos.New().Lunar() //Get the lunar calendar

Solar 公历日期显示

chornos.New().Solar() //Get the solar calendar
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].