Returns the pattern of date format for the user.
1 system.user.getDateFormatPattern
<system.user.getDateFormatPattern code='code'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Acode | string | User code. |
Returns | |
---|---|
Type | Description |
string | Returns the pattern of date format for the user. |
Example
Obtains the date format for the user by default.
Copy
<xsql-script name='system_user_getDateFormatPattern_sample1'> <body> <println> <system.user.getDateFormatPattern /> </println> </body> </xsql-script>