Skip to content

Commit

Permalink
Readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya Gaddipati committed Mar 6, 2012
1 parent 9bca133 commit a0685ee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -14,17 +14,17 @@ Use
==========


(parse-date "now" )
;current
(parse-date "now" )
;current

(parse-date "tomorrow")
;(plus current (days 1)))
(parse-date "tomorrow")
;(plus current (days 1)))

(parse-date "may 27")
;2012 5 27
(parse-date "may 27")
;2012 5 27

(parse-date "may 28 5pm")
; 2012 5 28 17
(parse-date "may 28 5pm")
; 2012 5 28 17

(parse-date "may 28 5am")
; 2012 5 28 5
(parse-date "may 28 5am")
; 2012 5 28 5

0 comments on commit a0685ee

Please sign in to comment.