Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 580 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 580 Bytes

jdatetime

jdatetime is Jalali implementation of Python's datetime module

INSTALL

Install it with easy_install

easy_install django_jalali

OR install it from source

python setup.py install

Documents

see the datetime module documents http://docs.python.org/release/2.7.1/library/datetime.html

Also these methods are addedd to jdatetime :

  • jdatetime.date.isleap
  • jdatetime.date.fromgregorian
  • jdatetime.date.togregorian
  • jdatetime.jdate.fromgregorian
  • jdatetime.jdate.togregorian