getLocaleDateInfo
getLocaleDateInfo(lcid: Integer;
                  info: DateFormat input);
            The getLocaleDateInfo method of the Schema class gets the date formatting information from the 
Set the value of the lcid parameter to zero (0) if you want to return information for the current locale.
Formatting of locale data is done on the application server, based on the locale of the corresponding presentation client. For example, if the locale of your application server is set to English (United Kingdom), which has a default short date format of dd/mm/yyyy, and it has been overridden with a short date format of yyyy-mm-dd, this is returned in the default dd/mm/yyyy format.
When the 
When the 
Regardless of the value of the EnhancedLocaleSupport parameter, if you set the lcid parameter to zero (0), the information is returned for the current thread locale.
            