Dragos Chirila wrote: > Why don't you use try .. except ? > > python: > try: > x = DateTime(...) > except: > x = None bare except clauses are BAD. > In DTML you have dtml-try .. dtml-except Anyone doing that kind of logic in DTML deserves to be hung, drawn and quartered ... Chris