dateItems | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a comma-delimited date format used with the convert command. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: convert Function: date, seconds, time Glossary: command, keyword |
Description | Use the dateItems keyword with the convert command to store a date and/or time. The dateItems format is a comma-separated list of numbers:
The dateItems does not change depending on the user's settings, so you can use it (or the seconds format) to store a date and time in an invariant form that won't change.
|
Tags | math |