- Notifications
You must be signed in to change notification settings - Fork0
Persian Calendar Calculations for Go (golang)
License
NotificationsYou must be signed in to change notification settings
workshop-depot/farsi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This module will contain utilities to help with anything Farsi.
This package provides Persian Calendar Calculations for Go (golang). It separated fromRoozh to make itgo get
table. Roozh contains implementations for converting between Persian dates and Gregorian dates forJavaScript,Java andC# too.
Basically we just use two functions,PersianToGregorian
andGregorianToPersian
for conversion between calendars, because Go does not provide a way to describe a calendar other than Gregorian calendar, the default expected/assumed one by packagetime
. It is based on the work ofKazimierz M. Borkowski.
About
Persian Calendar Calculations for Go (golang)
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published