time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.11k stars 278 forks source link

How to parse string into time? #572

Closed rain2307 closed 1 year ago

rain2307 commented 1 year ago

parse "17:11:00" to Time

Thanks

rain2307 commented 1 year ago
  1. enable "parsing" feature
  2. Time::parse(t, format)