jdatetime is Jalali implementation of Python's datetime module
Install it with easy_install
easy_install django_jalali
OR install it from source
python setup.py install
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