Is there a guide to changing the locale or the date format. I used to get set the locale in the global code .This no longer changes the locale to en-GB.I’ve tried
function Language_Load()
{
$this->setPhrase("date_format", "dd/MM/y");
}
Just click on Tools → Locale Settings, then type or select your language ID in the Search, and from date directive, change to dd/MM/y, after that re-generate ALL the script files, and try again.
The default date format of “en-GB” is “dd/MM/y”, there is no need to customize. You may reset your locale settings in the project and delete the generated en-GB.json under the “locale” folder of your project folder.