date_only 0.1.10 copy "date_only: ^0.1.10" to clipboard
date_only: ^0.1.10 copied to clipboard

class DateOnly

0.1.10 #

  • copyWith method added: Creates a new DateOnly instance with the same date as the original.

0.0.9 #

  • extension DateTime.toDateOnly added: Converts DateTime to DateOnly.

0.0.8 #

  • parse method added: Parses a string to a DateOnly object.

0.0.7 #

  • DateOnly class now implements Comparable interface.

0.0.6 #

  • toString Method Modified: Now returns the date in the format yyyy-MM-dd.

0.0.5 #

  • toDateTime Method Added: Converts DateOnly to DateTime with time set to 00:00:00.
  • Replaced now with today: Updated method for fetching current date, enhancing clarity.

0.0.3 #

  • initial release.