Skip to content

Releases: LeandroLCD/DateTime

v1.3.13

Choose a tag to compare

@LeandroLCD LeandroLCD released this 15 Feb 15:29
caa919f

What's Changed

Full Changelog: 1.3.12...1.3.13

v1.3.12

Choose a tag to compare

@LeandroLCD LeandroLCD released this 15 Feb 13:57
c112497

What's Changed

Full Changelog: 1.3.2...1.3.12

v1.3.2

Choose a tag to compare

@LeandroLCD LeandroLCD released this 15 Dec 02:47
bc3a969

What's Changed

Full Changelog: 1.3.11...1.3.2

v1.2..1

Choose a tag to compare

@LeandroLCD LeandroLCD released this 09 Jun 01:45

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:

  • daysInMonth property: Stores the number of days in the month of the DateTime instance.
  • firstDayOfMonth() method: Returns a new DateTime representing the first day of the current month.
  • lastDayOfMonth() method: Returns a new DateTime representing the last day of the current month.

v1.2.0

Choose a tag to compare

@LeandroLCD LeandroLCD released this 20 May 01:03

Full Changelog: 1.1.10...1.2.0

v1.1.10

Choose a tag to compare

@LeandroLCD LeandroLCD released this 20 May 00:52

Full Changelog: 1.1.7...1.1.10

v.1.1.9

Choose a tag to compare

@LeandroLCD LeandroLCD released this 24 Apr 21:02

Add fromMillis method and update dependencies in build.gradle.kts

v1.1.8

Choose a tag to compare

@LeandroLCD LeandroLCD released this 11 Mar 20:25
b5c80ba

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

Choose a tag to compare

@LeandroLCD LeandroLCD released this 15 Feb 20:25

Se agrega el método fromMillis para crear una instancia de DateTime

v1.1.6

Choose a tag to compare

@LeandroLCD LeandroLCD released this 14 Feb 15:49

Full Changelog: 1.1.4...1.1.6