Αποτελέσματα Αναζήτησης
4 Νοε 1994 · import unicodedata. s = u"١٩٩٤-٠٤-١١". def date_conv(unicode_arabic_date): new_date = ''. for d in unicode_arabic_date: if d != '-': new_date+=str(unicodedata.decimal(d)) else: new_date+='-'.
HijriDate is a Python package for converting between Hijri and Gregorian dates using the Umm al-Qura calendar. The package has been thoroughly verified and tested against original references to ensure its accuracy and reliability.
8 Νοε 2024 · Conversion between Jalali and Gregorian dates/datetimes using Python's native datetime module. Full support for operations like +, -, ==, and >=. Timezone-aware date and datetime handling. Conversion between Persian and Arabic characters and digits.
Conversion between Jalali and Gregorian dates/datetimes using Python's native datetime module. Full support for operations like +, -, ==, and >=. Timezone-aware date and datetime handling. Conversion between Persian and Arabic characters and digits.
HijriDate is a Python package for converting between Hijri and Gregorian dates using the Umm al-Qura calendar. The package has been thoroughly verified and tested against original references to ensure its accuracy and reliability.
9 Μαρ 2021 · Hijriah Date Converter. A package to convert between Hijri and Gregorian calendar date using the Umm al-Qura calendar. Installation. pip install hijri-calendar. Features (Probably) supported ISO and another extendable date format; Representation to string with formatted name of the month based on hijriah calendar; Offset and limit range for ...
A Python package to convert accurately between Hijri and Gregorian dates using the Umm al-Qura calendar. ⚠️ Deprecation Notice. This package has been deprecated and will not receive future updates. Please use the hijridate package instead. For migration to hijridate, install the package: pip install hijridate~=2.3.0.