Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

jalali date to gregorian date

import jdatetime
# convert jalili date to gregorian date 
gregorian_date = jdatetime.date(1396,2,30).togregorian()
# convert gregorian date to jalili date
jalali_date =  jdatetime.date.fromgregorian(day=19,month=5,year=2017) 
Comment

PREVIOUS NEXT
Code Example
Python :: pandas remove char from column 
Python :: python time.strptime milliseconds 
Python :: python: remove duplicate in a specific column 
Python :: open pkl file python 
Python :: how to execute python script in another script 
Python :: python except error as e 
Python :: auto clicker in python 
Python :: how to get size of folder python 
Python :: get current date and time with python 
Python :: python sleep 5 seconds 
Python :: os.system return value 
Python :: python savefig full screen 
Python :: execute command and get output python 
Python :: Update all packages using pip on Windows 
Python :: python pie chart 
Python :: how to change window size in kivy python 
Python :: show image in python 
Python :: python bytes to dict 
Python :: python write to command prompt 
Python :: python error get line 
Python :: How to generate the power set of a given set, in Python? 
Python :: plot function in numpy 
Python :: unlimited arguments python 
Python :: python perfect square 
Python :: change directory in python os 
Python :: count none in list python 
Python :: how to take screenshots with selenium webdriver python 
Python :: convert epoch to date time in python 
Python :: how to install flask module in vscode 
Python :: install pandas in python mac 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =