diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-02-03 08:28:25 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-02-03 08:28:25 -0500 |
commit | 2a9d017742aaceb4c61ca4d567c00e2855541002 (patch) | |
tree | 71b330d8e44ef4feb6a720817b224f110667c42f | |
parent | a46b2680ad0f6d006247e4fc5f09bd9f5e9e3be9 (diff) | |
download | two-timer-2a9d017742aaceb4c61ca4d567c00e2855541002.zip |
some comments
-rw-r--r-- | CHANGES.md | 2 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,6 @@ * added `<year>` pattern * added ordinals for days of the month * added kalends, nones, ides -* added March 5th, the fifth, etc. +* added March 5th, the fifth, Friday the 13th, etc. * added period before/after/around time * added noon and midnight @@ -32,5 +32,6 @@ Some expressions it can handle: * 15 minutes around 12:13:43 PM * noon on May 6, 1969 * midnight on May 6, 1969 +* Friday the 13th The complete API is available at https://docs.rs/two_timer/0.1.0/two_timer/. |