[ Main Menu ] [ Extension Tools Menu ] [ Professional Edition Menu ]

<iDTSTRUCT> Tag


<iDTSTRUCTDATE="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
NoteUsing CLEAR=TRUE when done with the variables removes them from the heap for more efficient operation.
UsageThis 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.


iDTSTRUCT Example
Example Source Code
Top