Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kennystone committed Jun 20, 2011
1 parent f9cdf60 commit 42e555b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.markdown
@@ -1,13 +1,17 @@
THE GOAL
========

`
Now = now().

strftime:f("Printed on %m/%d/%Y", Now). #=> "Printed on 11/19/2007"

strftime:f("at %I:%M%p", Now). #=> "at 08:37AM"
`

strftimerl(now(), FormatString)
`strftimerl(now(), FormatString)`

implemented all from from ruby's 1.9 strftime docs
implemented the following from from ruby's 1.9 strftime docs

+ %a - The abbreviated weekday name (``Sun'')
+ %A - The full weekday name (``Sunday'')
Expand Down

0 comments on commit 42e555b

Please sign in to comment.