5.0.2 • Published 12 months ago

@softwareventures/date v5.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

date

An abstract date, with no associated time zone.

Why?

Use this type when you just want to represent a day, month and year in the Gregorian Calendar, and the timezone is either not relevant or represented elsewhere.

The native JavaScript Date type includes a time of day and timezone offset. These are a common source of errors in code that manipulates calendar dates, in particular off-by-one errors caused by date manipulations that cross daylight-savings boundaries.

Install

npm install --save @softwareventures/date

or

yarn add @softwareventures/date
5.0.2

12 months ago

5.0.1

12 months ago

5.0.0

1 year ago

4.1.1

1 year ago

3.0.4

1 year ago

3.1.2

1 year ago

3.0.3

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

4.1.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.0-alpha.1

3 years ago

2.0.4

3 years ago

3.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.0-alpha.5

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-alpha.4

4 years ago

1.5.1

4 years ago

2.0.0-alpha.3

4 years ago

1.5.0

4 years ago

2.0.0-alpha.2

4 years ago

2.0.0-alpha.1

4 years ago

1.4.2

4 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago