nats_display_stats_calendar

Displays a calendar; each day on the calendar links to statistics for that day.

Article Topics: Customization, Templates

Alias: display_stats_calendar

Parameters

Parameter
Description
Possible Values
Default Value
Example

Template used to display output

Any valid template

The template, function_display_stats_calendar

tpl="mytemplate"

date

Displays calendar for the date this many seconds since the epoch

Any whole number greater than zero or zero

The current number of seconds since the epoch; i.e., the current date

date="1219723200"

Prefix output variables with this word. (Click link for details)

Any valid Smarty variable name

None. (No prefix is used)

assign_prefix="myvar"

Set variables but don't display the template

1

None. The template is displayed.

data_only=1

Output

A calendar; each day on the calendar links to the statistics breakdown for that day.

See Also

Last updated

Was this helpful?