Difference between revisions of "Nats display stats calendar"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 52: | Line 52: | ||
== See Also == | == See Also == | ||
* [[nats_display_stats]] -- Display Affiliate Statistics | * [[nats_display_stats]] -- Display Affiliate Statistics | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 16:31, 20 May 2011
Applies to NATS 4.0.25 and greater.
nats_display_stats_calendar
Displays a calendar; each day on the calendar links to statistics for that day.
Alias: display_stats_calendar
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
tpl | 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" |
assign_prefix | Prefix output variables with this word. (Click link for details) | Any valid Smarty variable name | None. (No prefix is used) | assign_prefix="myvar" |
data_only | 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.
Notes
The epoch is midnight 1 January 1970 not counting leap seconds.
See Also
- nats_display_stats -- Display Affiliate Statistics