Skip to content

Commit

Permalink
Add year name formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Aug 7, 2020
1 parent b759a6c commit c23b350
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 97 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@

This framework supports encoding as well as decoding many different date and time format. At the moment the follownig are supported (see SHDateFormat):

* `shortWeekdayName` => Sun, Mon, Tue, ...
* `longWeekdayName` => Sunday, Monday, Tuesday, ...
* `shortMonthName` => Jan, Feb, ...
* `longMonthName` => January, February, ...
* `shortWeekday` => Sun, Mon, Tue, ...
* `longWeekday` => Sunday, Monday, Tuesday, ...
* `shortMonth` => Jan, Feb, ...
* `longMonth` => January, February, ...
* `shortTimeNoDate` => 12:00 PM, 1:00 AM
* `shortTimeMediumDate` => Jan 1, 2000 at 12:00 AM
* `noTimeShortDateNoYear` => 12/31
Expand Down
Loading

0 comments on commit c23b350

Please sign in to comment.