We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd615d commit 6bf1f0bCopy full SHA for 6bf1f0b
src/lib.rs
@@ -63,7 +63,7 @@
63
//! | `%b` | Abbreviated month name | `Aug` |
64
//! | `%B` | Full month name | `August` |
65
//! | `%c` | Date and time representation, equivalent to `%a %b %-d %-H:%M:%S %-Y` | `Thu Aug 23 14:55:02 2001` |
66
-//! | `%C` | Year divided by 100 and truncated to integer (`00`-`99`) | `20` |
+//! | `%C` | Year divided by 100 and truncated to integer (`00`-`999`) | `20` |
67
//! | `%d` | Day of the month, zero-padded (`01`-`31`) | `23` |
68
//! | `%D` | Short MM/DD/YY date, equivalent to `%-m/%d/%y` | `8/23/01` |
69
//! | `%F` | Short YYYY-MM-DD date, equivalent to `%-Y-%m-%d` | `2001-08-23` |
0 commit comments