<iDTSTRUCT> Tag
<iDTSTRUCT | DATE="mm/dd/yy" | |
[CLEAR="<true | false>"] | (false) | |
> |
The following variables get defined and created when using this tag. | |
i_dt_isdst (1/0) is daylight savings time | |
i_dt_mday day in the month | |
i_dt_mon month in the year | |
i_dt_year the year | |
i_dt_wday the weekday | |
i_dt_yday day in the year | |
Note | Using CLEAR=TRUE when done with the variables removes them from the heap for more efficient operation. |
Usage | This is used to get the component parts of a specified date into variables for manipulation. Likely to be used to create a web based calendar system. |