Excerpt | ||
---|---|---|
| ||
Functions which handle dates. |
Date/time functions operate on dates and date&time values.
...
The following date/time functions are available:
Child pages (Children Display) | excerptType | simple|||
---|---|---|---|---|
Page Tree | ||||
|
Parameters: Date Field and Date Time
...
dateSet(in.date, _DAY_OF_WEEK, _SUNDAY)
Day Values
The following numbers correspond to the following numbers in the date functions.
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Sunday
For example, dateGet("01/07/2017", _DAY_OF_WEEK)
...
will return 6, because it is a Saturday.
Info |
---|
Please note that different numbers represent the days of the week in task schedules. |
See Also