Urgent: Date properties
8 Jul
2002
8 Jul
'02
9:28 a.m.
Hi... 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 ??? Thanks, Thierry -- Linux every day, keeps Dr Watson away... http://gpc.tuxfamily.org -- http://www.ulthar.net
8 Jul
8 Jul
6:54 p.m.
New subject: [Zope] Urgent: Date properties
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
8673
Age (days ago)
8673
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Thierry Florac