Re: Recommended way to present optional/nullable date/datetime form fields?

2013-06-13 Thread euromark
'empty' => true would be my guess Am Donnerstag, 13. Juni 2013 12:26:18 UTC+2 schrieb OJ Tibi - @ojtibi: > > Hi folks, > > I was thinking, for example, a user is given an optional date/datetime > field for a record. In the page containing the form to edit the record, a > corresponding date/date

Recommended way to present optional/nullable date/datetime form fields?

2013-06-13 Thread OJ Tibi - @ojtibi
Hi folks, I was thinking, for example, a user is given an optional date/datetime field for a record. In the page containing the form to edit the record, a corresponding date/datetime input is presented. What would be the best way to give the user the option not to enter a date in that field? C