John Reynolds <[EMAIL PROTECTED]> wrote: > What I can_t crack is how to use the Date tool IN THE TEMPLATE to format > the string. Any help is appreciated.
Here's one example in macro format (assumes your DateTool is named "date"): #macro (formattedDateTime $dateValue)${date.format("h:mm a MMMMM d, yyyy (zzz)", $dateValue)}#end Or by itself ${date.format("h:mm a MMMMM d, yyyy (zzz)", $birthday.birthdate)} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]