0.12.0 • Published 2 years ago

ts-date-times v0.12.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

TS DateTimes

Dependencies: none

Utility functions for date-time conversion in TypeScript.

  • Conversion of unix epoch timestamps to javascript 'Date' objects and back, see Timestamps.
  • Conversion of dates/timestamps to human readable display dates, see Dates and Timestamps.
  • Conversion to/from .NET style JSON timestamps (i.e. /Date(1234567890-0000)/), see DotNetJsonDate.
  • Date constants, such as month names, day of week names, etc., see DateConstants.
  • And helper functions for calculating date differences, first/last certain day of the week in a month, etc, see DateUtil.
0.12.0

2 years ago

0.10.0

3 years ago

0.11.0

3 years ago

0.9.0

4 years ago

0.8.5

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago