I've noticed that dates used in the view_entry.php, and in the emails when I used the template variable {date_created, are in the Japanese format i.e. year first.
How can I change this globally so that all date formats in my admin screen and in emails generated are in the UK format, i.e. DD/MM/YYYY
Also, in the emails screen I wanted to add the date to the email notifications so I entered the template variable in the 'content' box as follows:
{entry_data}
{date_created}
But, the entry data is nicely formatted in columns with zebra striping but the date isn't formatted in the same way. Again, how can I make it so it's formatted in the same way as the entry data?