Date layout (many fixes tried)

Permalink
Hi all, I'm so sorry, i know this keeps coming up all over the forums and trust me I have tried heaps of the solutions given.

On my site I have a custom page attribute added as a date... It keeps formatting the rendered date as year/month/day

I am trying to get this to render as day/month/year

I currently have the following in my site.php (excluded personal data):

define('APP_TIMEZONE', 'Australia/Melbourne');
define('DATE_APP_GENERIC_MDY', 'd.m.Y');
define('DATE_APP_GENERIC_MDYT_FULL', 'd.m.Y H:i:s');
define('DATE_APP_GENERIC_MDYT', 'd.m.Y H:i:s');
define('DATE_APP_DATE_PICKER', 'dd.mm.yy');
define('AL_THUMBNAIL_JPEG_COMPRESSION', 100);
define('PERMISSIONS_MODEL', 'advanced');


An example can be seen here:http://workz.com.au/job-seekers/job-search/construction-workers-pla... (beside position deadline).