Format Template Merged Date Fields dd/mm/yyyy to Words

  • Thread starter Thread starter laandmc
  • Start date Start date
L

laandmc

I am using a template to get information out of a sequel database. One of the
fields is a date field which is displayed as dd/mm/yyyy

Is there a way to change the display to display it in words:

e.g.
05/05/2010 would be displayed as Wednesday 05 May 2010

Currently the line of code I am using to extract this information is
{tblDiaryAppointment/Start_Date} where tblDiaryAppointment is the sql table I
am drawing the information from
 
Back
Top