Difference between revisions of "Category:Literals"
(Created page with "Category:Data_Types_Literals_and_Variables ===Literals=== [miliseconds], [week] } Note: Timezone is available from 5.6. Read note below. | style="border: 1px solid #010...") |
|||
Line 1: | Line 1: | ||
[[Category:Data_Types_Literals_and_Variables]] | [[Category:Data_Types_Literals_and_Variables]] | ||
− | | + | {{HelpFiles}} |
===Literals=== | ===Literals=== |
Revision as of 05:26, 12 December 2011
Literals
[miliseconds], [week] }
Note: Timezone is available from 5.6. Read note below. | style="border: 1px solid #010101" width="396" | #2006-04-11 10:14:20# |- align="left" valign="top" | style="border: 1px solid #010101" width="204" | number | style="border: 1px solid #010101" width="589" | Could be an integer, a floating point or decimal constant | style="border: 1px solid #010101" width="396" | 123
1234E 1
123.4 |- align="left" valign="top" | style="border: 1px solid #010101" width="204" | range | style="border: 1px solid #010101" width="589" | Enclosed with [ and ] | style="border: 1px solid #010101" width="396" | [1]
[1,2]
[1-2]
[1-2, 1]
[1, 2, 3] |- align="left" valign="top" | style="border: 1px solid #010101" width="204" | array | style="border: 1px solid #010101" width="589" | Enclosed with { and } | style="border: 1px solid #010101" width="396" | {1, 2, 3}
Note: Timezone for datetime (V5.6)
Array datetime: {yyyy, mm, dd, hh, mm, ss, [miliseconds], [week] , [timezone]}
Pages in category "Literals"
This category contains only the following page.