system | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Specifies that the date and time functions should be formatted in accordance with the user's system preferences. |
Introduced | 1.1 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Keyword: long, field, short, abbreviated Command: convert, set Function: time, dateFormat, format, date, propertyNames Glossary: property, command, Windows, keyword, Mac OS, function, Unix, expression |
Description | Use the system keyword to correctly format dates and times that will be viewed by the user (for example, dates and times that are displayed in a field). The system format is set by the Date & Time control panel (on Mac OS systems), the Date control panel (on Windowssystems), or the LANG environment variable (on Unix systems). You can use the system keyword in combination with the long, abbreviated, or short keywords.
|
Tags | math |