| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix issue with parsing specific dates | Grant Ammons | 2016-05-12 | 1 | -2/+3 |
| | | |||||
| * | Parse out arbitrary dates | Grant Ammons | 2016-05-06 | 1 | -13/+43 |
| | | | | | | | | | | | | | | | This will parse out dates in the format of "mon dd", the month being a 3 letter month, and the date being just the day. due mar 10 due sep 25 due oct 2 it will also "intelligently" guess the year, based upon which is the shorter duration from time.Now(). for instance, if today's date is dec 25 and you schedule an event for jan 2, it will schedule it for the following year. | ||||
| * | Strip out a or add | Grant Ammons | 2016-05-05 | 1 | -0/+2 |
| | | |||||
| * | Allow editing due dates and setting it to none | Grant Ammons | 2016-05-04 | 1 | -0/+2 |
| | | |||||
| * | Handle parsing dates, and printing them | Grant Ammons | 2016-04-30 | 1 | -13/+60 |
| | | |||||
| * | Rename method to describe it better | Grant Ammons | 2016-04-26 | 1 | -1/+1 |
| | | |||||
| * | Organize things a bit better | Grant Ammons | 2016-04-24 | 1 | -0/+87 |
