This is the following code for a date field in a report I made
<a href="http://localhost:8888/ccap2012/index.php?-action=new&-table=dataface__htmlreports_reports#"> {$application_date}</a>
currently $application_date yields the date and time. I would like to format it to yield Month, DD, YYYY (ex July 15, 2012)
I suspect there is a format function I could put between the { } but I do not know the syntax.
Something like date_format($application_date,'m,d,Y')}