Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 360 Bytes

PersianCalendar

convert gregorian dates to shamsi dates simply!

get current shamsi date in {year, month, day} format

    PersianCalendar.local_date

convert any gregorian date to shamsi

    PersianCalendar.from_milady {2017,2,24}

or shamsi to gregorian

    PersianCalendar.from_shamsi {1395,12,6}