8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the python-jalali wiki!
May be below example will be helpful to someone!
import jdatetime date_shamsi_jalali = (jdatetime.date.fromgregorian(day=5,month=1,year=2016)) print (date_shamsi_jalali) date_miladi_gregorian = jdatetime.date(day=15,month=10,year=1394).togregorian() print (date_miladi_gregorian)