brianpratt
|
I keep trying to enter in due dates with syntax like:
tues - "tue" works, but not "tues"
thurs - "thu" works, but not "thurs"
th - again, this is pretty obviously thursday, I think
15 - should be recognized as the next 15th day in the future (this month if today is before the 15th, next month if today is after the 15th)
I expect these to work because things like "tod" (today), "tom" (tomorrow), and "thu" (thursday) are all recognized. If the auto-complete is unambiguous, it should be recognized, e.g. all of these should be recognized as "tuesday": tu, tue, tues, tuesd, tuesda, tuesday. After using things like Google Calendar, I just expect it to work like this, I guess :-)
That would be great and should be really easy to add!
|