Skip to content

Immutable objects for working with dates, weeks, and months independent of time

License

Notifications You must be signed in to change notification settings

byteboard-dev/localdate

 
 

Repository files navigation

@ridereport/localdate

Immutable objects for working with dates, weeks, and months independent of time

This module exports the following four classes:

  • LocalDate, representing a date without a time
  • LocalWeek, representing a week starting on monday
  • LocalMonth, representing a full month of dates
  • LocalQuarter, representing three-month periods of the year

Developing

The package can be tested with npm test and built for distribution with npm run build.

All of the code is contained in index.ts.

About

Immutable objects for working with dates, weeks, and months independent of time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%