GetDateLocalized As String

 

Returns the current date in short format dd/mm/yy, like "15/01/16".

 

The format depends on the settings of the local computer.

 

On a Mac computer the preferred language is set in System Preferences, Language & Region

 

  

Returns:

 

Type

Value

Description

String

short date

The current date in short date format dd/mm/yy.

The exact format is determined by the preferred language settings on the local computer.

 

Available in:

 

WindowMain

WindowLink

YES

YES

 

 Used in:

 

XojoScript Name

GUID

Create Seminar Invoice As PDF

2C3F7F29-A29A-4338-ACF5-51894B709DA5

Create Seminar Invoice With Slip As PDF

739DA58E-17EE-41CE-BB54-E7362CFE17D4

Create Seminar Invoice with Word

31EB5A79-78E5-4A8C-9101-5B118F113AB4

Create Seminar Reminder Invoice

A3DD8BD9-6141-44A1-AA82-5A2C78042209

 

Hint: You can find references to XojoScripts which make use of this function by sending the following SQL statement to the database:

Select id,GUID, ScriptName,ScriptCode from im_scripts where ScriptCode Like '% GetDateLocalized %'

 

Example XojoScript:

 

Dim location As String = "Basel, " +  GetDateLocalized