date-differencer

There are 3 repositories under date-differencer topic.

  • magiclen/ts-date-differencer

    Calculate the time interval between two `Date` objects and output the result in years plus months plus days plus hours plus minutes plus seconds plus milliseconds (instead of representing the same duration in different units). This library is useful for lifespan check and age calculation.

    Language:TypeScript120
  • felipefacundes/date_difference

    A robust and versatile date calculator script that provides precise calculations of time intervals between dates.

    Language:Shell10
  • magiclen/date-differencer

    Calculate the time interval between two `DateTime` instances and output the result in years plus months plus days plus hours plus minutes plus seconds plus nanoseconds (instead of representing the same duration in different units). This library is useful for lifespan check and age calculation.

    Language:Rust20