0.0.12 • Published 6 years ago
local-date-time v0.0.12
local-date-time
To install: npm install local-date-time or yarn install local-date-time.
Provides these classes and functions:
LocalDate: A time-free, timezone-free date value class, similar to Java's LocalDate. Immutable.LocalTime: A date-free timezone-free time value class, similar to Java's LocalTime. Immutable.combineIntoZonedDate: A method that takes a LocalDate and LocalTime and creates a Date object using the system's timezone.