geoffgarside / extended_strftime
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Geoff Garside (author)
Sun May 06 04:14:15 -0700 2007
README
ExtendedStrftime
================
Adds some additional formatters to strftime.
* %o - Same as %d but with an ordinalized suffix (st, nd, rd, th)
Example
=======
t = Time.now
t.strftime("%B %o, %Y") => "May 6th, 2007"
Copyright (c) 2007 Geoff Garside, released under the MIT license
