slashmili / python-jalali

Jalali calendar binding for Python based on Python's datetime module
http://pypi.python.org/pypi/jdatetime/
Other
339 stars 47 forks source link

add quarter #87

Closed saeed-raeisi closed 3 years ago

saeed-raeisi commented 3 years ago

https://github.com/slashmili/python-jalali/pull/86 I needed to show the season that the jdatetime library did not have

'quarter': 'QQQ yyyy',
print(jdatetime.datetime.now().strftime('%A %B %Q'))

شنبه شهریور تابستان

jdatetime version:3.6.0 Python version:3.9 *OS: ubuntu