8 Jul
2002
8 Jul
'02
6:54 p.m.
Thierry Florac writes:
How can I handle a product property of "date" type which can handle null values and updatable through ZMI ?? Do I have to use a "string" property, converted internally to a "date" property ??? Yes, or change the "field2date" converter in "ZPublisher.Converters".
Be careful, though. Some code may expect a valid DateTime object. The ZMI "manage_propertiesForm" is almost surely an example... Dieter