Hey there, I'm using a DateItem widget on my form. Works pretty well, but normally when I'm handling dates (on other non-AJAX forms on the site), I allow users to select "unknown" for day and month, which encode as "00". I need to be able to do the same thing with the date entry on my SmartClient form. Any suggestions? Is there something I can override somewhere to accomplish this?
On a related note, when displaying dates with "unknown" fields, I like to only display as much of the date as is known. So, a date value of "1985-00-00" should display as "1985".
On a related note, when displaying dates with "unknown" fields, I like to only display as much of the date as is known. So, a date value of "1985-00-00" should display as "1985".
Comment