From c9b949c99b8b630aaa39bbc9b6884aae06f91142 Mon Sep 17 00:00:00 2001 From: Sophie Kirschner Date: Sun, 20 May 2018 12:26:44 +0300 Subject: [PATCH] Update readme State right up-front that this package can be used to parse week dates and ordinal dates --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 64d05e7..9c748cc 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,8 @@ It supports most of the combined features of [Ruby](https://apidock.com/ruby/DateTime/strftime), and [GNU C](https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html) strftime and strptime functions. +With strtime is is possible to write and parse calendar dates (e.g. `%Y-%m-%d`), +week dates (e.g. `%G-W%V-%u`), and ordinal dates (e.g. `%Y-%j`). ## Installation