»

CALENDAR_EMPTY_DAYS

CALENDAR_EMPTY_DAYS — At the beginning and end of the month, there are possibilities that squares on the calendar are blank. For instance, if the 1st of the month lands on a Wednesday, the Sunday-Tuesdays squares are non-existant. In the contruction of a pretty HTML table, it will be necessary to make a TD cell with a COLSPAN equal to the number of empty days. If you are not making your calendar view look like a calendar, then simply leave this variable blank. Note: this variable is used in the %%empydays_beg%% and %%emptydays_end%% properties of the CALENDAR_WEEK variable.

View Types:

calendar

Overrideable:

No; users of the style cannot override this. It may only be defined in the style.

Properties

numemptyThe number of empty days. Useful as the COLSPAN of table cells.