Skip to content

Commit

Permalink
Update README for endian_precedence options
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Apr 6, 2012
1 parent f5a2470 commit 4aba019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -46,6 +46,10 @@ You can parse strings containing a natural language date using the

Chronic.parse('may 27th', :guess => false)
#=> Sun May 27 00:00:00 PDT 2007..Mon May 28 00:00:00 PDT 2007
Chronic.parse('6/4/2012', :endian_precedence => :little)
#=> Fri Apr 06 00:00:00 PDT 2012

See `Chronic.parse` for detailed usage instructions.

Expand Down

0 comments on commit 4aba019

Please sign in to comment.