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

class 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.