Returns the pattern of date format for the user.

1 system.user.getDateFormatPattern

<system.user.getDateFormatPattern code='code'/>
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>