time_parser 1.1.0 copy "time_parser: ^1.1.0" to clipboard
time_parser: ^1.1.0 copied to clipboard

outdated

parses a time string and returns a time object in order to easily access hours and minutes.

1.1.0 - 2020-01-16 #

  • Add Time.toString
  • Update README.md with a description and update examples

1.0.0 - 2020-01-14 #

  • TimeParser parses a string of the format HH:MM an return a Time object containing the value for hours and minutes. Both with type int.
  • TimeParser validates input and throws an TimeParseException in case the time string is not a valid time.
1
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

parses a time string and returns a time object in order to easily access hours and minutes.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on time_parser