chore(README): include another note

This commit is contained in:
Erica Marigold 2023-09-13 19:03:43 +05:30 committed by GitHub
parent 6ba5e1d345
commit 5dafc02589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)