GNOME Bugzilla – Bug 56168
Date input could be easier
Last modified: 2006-02-13 02:37:45 UTC
I'd like to be able to type 12Jun 12Jun01 12Jun2001 just like in Excel.
It seems that Excel attempts to 'number-match' against several formats that are not listed in the default set. This should be easy when we patch to avoid matching against formats that have the same regexp.
Created attachment 5837 [details] gregex PCRE wrapper
Matching is not the problem, we already use regexps. It is just a question of adding more of them, and possibly optimizing thing sto avoid testing multiple regexps with matching prefixes.
Fixed in cvs. (Better late than never, eh?)