mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
chore(README): include another note
This commit is contained in:
parent
6ba5e1d345
commit
5dafc02589
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ use chrono_lc::LocaleDate;
|
|||
You can choose to import just parts of chrono instead of the whole prelude.
|
||||
Please see ['`chrono`'s documentation](https://docs.rs/chrono/).
|
||||
|
||||
To format a chrono `Date` or `DateTime` object, you can use the `formatl` method:
|
||||
> **Note**
|
||||
> To format a chrono `Date` or `DateTime` object, you can use the `formatl` method:
|
||||
|
||||
```rs
|
||||
let dt = FixedOffset::east_opt(34200)
|
||||
|
|
Loading…
Reference in a new issue