Re: Velocity DateTool Coding Examples--OK

2004-10-25 Thread Shinobu Kawai
Hi John, > I discovered that the DateTool code needed to be included into a #Set(). > In case another newbie is as retarded as I am here's the code I used: > > #set ($priorDate = $shoppingCartItem.priorDate) ## prior Cart Date > #set ($datePick = $date.format('M/d/',$priorDate)) ## Cart Date

Re: Velocity DateTool Coding Examples--OK

2004-10-25 Thread john mahan
Shinobu (et al), I was able to get it working when I went to get you an example of the coding. I discovered that the DateTool code needed to be included into a #Set(). In case another newbie is as retarded as I am here's the code I used: #set ($priorDate = $shoppingCartItem.priorDate) ## prior Ca