DATE¶
Calendar date value.
Size |
32 bits (day resolution) |
Default |
|
IEC 61131-3 |
Section 2.3.1 |
Support |
Supported |
Literals¶
D#2024-01-15
DATE#2024-12-31
Example¶
today := D#2024-06-15;
launch := D#2024-01-01;
is_after := today > launch; (* is_after = TRUE *)
See Also¶
LDATE — 64-bit calendar date (Edition 3)
TIME_OF_DAY — time of day
DATE_AND_TIME — combined date and time
TIME — duration