I want the date to display 12/31/14.
So in the dataFormats file, I added:
Code: Select all
US Short Date (example: 03/28/08); DATE_FORMAT(%%FIELD%%, '%m/%d/%y')
I did a quick change to test in the main section (when I highlight the database number in upper left) under "Localization Settings" and changed it to "Day, month, year" (instead of "Month, day, year) in the dropdown and saw the dates now displayed as 31/12/2014 once I generated the PHP pages.
So it seems that the "Localization Settings" overrides the dataFormats file so I can't display the date as 12/31/14?
Thanks