From: Don S. <do...@se...> - 2003-04-13 23:00:52
|
In a mod I'm working on I have a birthday field. However there arises the case when you don't always know someone's birthday. However as far as I can tell the formDate function doesn't allow for NOT filling it in. So I propose for an additional parameter to formDate and clock, useBlanks=FALSE. Defaulting to FALSE ensures backwards compatibility. Using true will put blank options at the beginning of the select lists. One potential problem would then be what to default to. Right now formDate defaults to the currentDate. In my birthday case I would prefer it default to blanks. Let me know what you think or if I've missed an existing way to handle this. Don. |