> It looks good but maybe you should try this: > > <dtml-if "str(AppRecDate)=='1900/01/01'"> There's a small mistake there. You should use: <dtml-if "_.str(AppRecDate)=='1900/01/01'"> Regards, Josef.