date-formatter - date formatter by example; auto-builds the strftime format string from a example date
- home :: github.com/feedreader/pluto
- bugs :: github.com/feedreader/pluto/issues
- gem :: rubygems.org/gems/date-formatter
- rdoc :: rubydoc.info/gems/date-formatter
- forum :: groups.google.com/group/wwwmake
Usage
Examples:
| Date by Example | => strftime Format |
|---|---|
| January 04, 2020 | => %B %d, %Y |
| Fri, Jan 04 | => %a, %b %d |
| 4 Jan 2020 | => %-d %b %Y |
| Friday, January 4, 2020 | => %A, %B %-d, %Y |
| Fri, Jan 04 8:00 | => %a, %b %d %-H:%M |
| 4 Jan 2020 08:00 | => %-d %b %Y %H:%M |
License

The date-formatter scripts are dedicated to the public domain.
Use it as you please with no restrictions whatsoever.
Questions? Comments?
Send them along to the wwwmake Forum/Mailing List. Thanks!