formatting a date variable
I want to format the value of date which is in a variable(date_var) in MM-DD-YYYY format and print it in a document.
<td>
#DateFormat(#date_var#, 'MMMM DD,YYYY')# does not work
</td>
does not work.
How can I do that?
