guides:programming:programmers_reference_manual:oi_get_locale_date

OI_GET_LOCALE_DATE Function

Returns the short date within the local format.

returnDate = OI_GET_LOCALE_DATE( inDate )

The function has the following parameters:

ParameterDescription
inDateA date in Internal format. Defaults to the current date if null.

A date in output converted format based on the local format.

The function will use the Environment Settings Locale to determine the locale. If the Environment Setting is not used, the function will return a date based on the operating system.

* If invoking the function from a European locale on 30 April 2010

date = 15461

localDate = OI_Get_Locale_Date( date )

* localDate will contain "30/04/2010"

 
 
 
 
  • guides/programming/programmers_reference_manual/oi_get_locale_date.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1