I need to format the date in an email template. The date gets included in the plain .html email as follows.
Dispatch Date: {{var order.getShippingDate()}}
Is there any way I can format this date? I've tried just using the standard php date() function to format it to no avail.