Releases: LeandroLCD/DateTime
Releases · LeandroLCD/DateTime
Release list
v1.3.13
v1.3.12
v1.3.2
What's Changed
- Migracion de dependencias by @LeandroLCD in #4
- develop by @LeandroLCD in #5
- develop by @LeandroLCD in #6
- develop by @LeandroLCD in #7
Full Changelog: 1.3.11...1.3.2
v1.2..1
Add DateTimeRange class and enhance DateTime functionality
This commit introduces a new DateTimeRange class to represent a range between two DateTime objects. It includes methods for calculating the span, checking if a date is contained within the range, and checking if two ranges overlap. A builder pattern is provided for convenient instantiation.
The DateTime class has been enhanced with:
daysInMonthproperty: Stores the number of days in the month of theDateTimeinstance.firstDayOfMonth()method: Returns a newDateTimerepresenting the first day of the current month.lastDayOfMonth()method: Returns a newDateTimerepresenting the last day of the current month.
v1.2.0
v1.1.10
v.1.1.9
Add fromMillis method and update dependencies in build.gradle.kts
v1.1.8
Se agrega soporte para nanosegundos en el formato:
"yyyy-MM-dd'T'HH:mm:ss.SSSSSS",
"yyyy-MM-dd'T'HH:mm:ss.SSS",
"yyyy-MM-dd'T'HH:mm:ss"
v1.1.7
Se agrega el método fromMillis para crear una instancia de DateTime