S2:YearMonth

From No LJ Ads Wiki

Jump to: navigation, search

A month on the YearPage.

[edit] Members

bool has_entries If this is false, you probably don't want to display this month.
int month The number of the month
Date next_date Date of next month, with day of zero, or null if none.
string next_url A url to link to in order to view the next month. (Read-only)
Date prev_date Date of previous month, with day of zero, or null if none.
string prev_url A url to link to in order to view the previous month. (Read-only)
string url A url to link to in order to view this month. (Read-only)
YearWeek[] weeks An array of the weeks of the month (for ease of building a row-per-week calendar)
int year The number of the year

[edit] Methods

month_format() : string Returns month formatted long (February 1980) // SeeAlso: siteapi.core1.dateformats
month_format(string fmt) : string Returns time formatted as indicated by fmt, or 'long' if blank. // SeeAlso: siteapi.core1.dateformats