Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
State right up-front that this package can be used to parse week dates and ordinal dates
  • Loading branch information
pineapplemachine committed May 20, 2018
1 parent c325bbc commit c9b949c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c9b949c

Please sign in to comment.