This one will probably create a long discussion. I have a ‘normal’ date field that I currently have some code hooked in so that the user can increment and decrement the date using the ‘+’ and ‘-‘ keys. However, I was wondering if there was some way to make the field more generic, so the end user can do more than that – for example, enter the date as a string: Sept 27, 1950 and have it translated into the localized date.
Localizattion is not a necessity, but it would be nice to have the date more free-form.
Any ideas?