Hi I'm developing a XDP Form to be depolyed under XHTML, and I cannot
find a way to clear a Date/Time Fields current value using
Javascript.I've tried fieldname.rawValue = "", fieldname.value = "", and
fieldname.formattedValue = "", and = null for all properties mentioned.
These do seem to visually remove the date's value (or put the string
"null"), However when a server side script tries to read the value
(should be empty) from the date/time field it still returns the original
date value.I've a...