Subject: | short name aliases |
First off, excellent module. I'm using this over AJAX to replace DateJS.
It would be handy for every-day usage if DTFN could parse shorthand, like:
'5 mins ago'
'-5min'
'2 days from now'
'+2d'
The +/- thing would be cool but the short forms would be the most
useful. Perhaps all this could be bundled up in a 'loose mode' that
does not complain "(plural without suffix 's')".
I think the only problem with this would be the ambiguity of 'm'. But
that could just be left out so that you need to type 'mo', 'min', or
even 'ms'.