Skip to content
#

date-time

DateTime is the term used in programming when referring to date and time related topics, which is a complex field, including

  • handling of timezones
  • localized date formatting
  • date arithmetic
  • different calendars (Gregorian, Julian, Chinese, Islamic, Hebrew, etc.)
  • universal storage format (ISO 8601, timestamp
  • Here are 40 public repositories matching this topic...

    diff-ymd-package provides APIs for calculating the difference between two dates in formatted ways or customized desired formats in all cases

    • Updated Nov 4, 2025
    • JavaScript