Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 4 Νοε 1994 · To create a date object from the arabic date string: #!/usr/bin/env python # -*- coding: utf-8 -*- from datetime import date d = date(*map(int, u"١٩٩٤-٠٤-١١".split('-'))) # -> datetime.date(1994, 4, 11)

  2. pypi.org › project › hijridatehijridate - PyPI

    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.

  3. pypi.org › project › persiantoolspersiantools - PyPI

    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.

  4. 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.

  5. pypi.org › project › hijri-calendarhijri-calendar · PyPI

    9 Μαρ 2021 · 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 both calendar. Usage.

  6. API Reference. This page contains auto-generated API reference documentation for the main classes of hijri-converter package. Bases: object. A Hijri object represents a date (year, month and day) in lunar Hijri calendar. year (int) – Hijri year. month (int) – Hijri month. day (int) – Hijri day.

  7. A Python package to convert accurately between Hijri and Gregorian dates using the Umm al-Qura calendar. Features. Accurate and verified date conversion. Optimized code performance compared to similar packages. Intuitive, clean, and easy-to-use interface. Most of the methods and formats are similar to those of standard library.

  1. Γίνεται επίσης αναζήτηση για