> > > try this: > > <input type="text" value="<dtml-var "date+0.5" fmt=%Y-%m-%d>"> > > I think it's a round problem with the float representation of the date. > > martin Since it is adding 24 hours there is not enough to add 0.5 to the date. I could add 1 to the date but then I would get other problems on my site which is not good. I have reported the bug now and I hope they can resolve it quickly.