Merge pull request #6 from zachaysan/patch-1

Update README.md
This commit is contained in:
Lim Chee Aun 2013-12-02 07:09:09 -08:00
commit baa72a4f62

View File

@ -65,7 +65,7 @@ Datetime "syntax"
- `2000` - event that happen in that year - `2000` - event that happen in that year
- `01/2000` - event that happen in that month/year - `01/2000` - event that happen in that month/year
- `01/01/2000` - event that happen exactly in that date/month/year - `01/01/2000` - event that happen exactly in that day/month/year
- `2001-2005`, `10/2001-02/03/2005` - event that happen within the two dates - `2001-2005`, `10/2001-02/03/2005` - event that happen within the two dates
- `~2005` - event that happen around the time in that year - `~2005` - event that happen around the time in that year
- `2005-~` - event that happen from that year and beyond (now). - `2005-~` - event that happen from that year and beyond (now).