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

outdated

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

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
pub points
42%
popularity

Publisher

unverified uploader

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