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

<iDATEEXT> Tag


<iDATEEXTDATE="a date"
TYPE="<week | dayofweek | dayofyear | daysinmonth | daysinyear | firstdaymonth>"
>

UsageThis tag has multiple uses and will provide extended information for a provided date. This tag will return the following for each directive:
WEEK - the week number between 1 and 52
DAYOFWEEK - the day of the week where 0 is Sunday and 6 is Saturday
DAYOFYEAR - the number of the day of the year between 1 and 365 (or 366)
DAYSINMONTH - the number of days in the month (1 to 31)
DAYSINYEAR - the number of days in the year
FIRSTDAYMONTH - the day of the week in which the first day of the month falls


iDATEEXT Example
Example Source Code
Top