| Crates.io | end-of-month |
| lib.rs | end-of-month |
| version | 0.1.0 |
| created_at | 2025-07-15 23:40:44.794526+00 |
| updated_at | 2025-07-15 23:40:44.794526+00 |
| description | Returns the end of the month for a given date |
| homepage | https://github.com/siswoyo-dev/end-of-month-rs |
| repository | https://github.com/siswoyo-dev/end-of-month-rs |
| max_upload_size | |
| id | 1754351 |
| size | 12,574 |
A simple utility function for calculating the end of the month (EOM) for a given date.
This crate supports:
MM/DD/YYYY)chrono::NaiveDateAdd this to your Cargo.toml:
[dependencies]
end-of-month = "0.1"