Difference between revisions of "Nats get period end"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 36: | Line 36: | ||
== See Also == | == See Also == | ||
* [[New_NATS4_Affiliate_Overview#Countdown_Timer|Affiliate Overview Countdown Timer]] -- An example of the countdown timer | * [[New_NATS4_Affiliate_Overview#Countdown_Timer|Affiliate Overview Countdown Timer]] -- An example of the countdown timer | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 16:39, 20 May 2011
Applies to NATS 4.0.25 and greater.
nats_get_period_end
Displays a clock counting down time until the end of the current period.
Alias: get_period_end
Parameters
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
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" |
Output
A clock counting down the time until the end of the current period. The remaining time is also stored in the Smarty variable, $period_countdown.
Notes
None.
See Also
- Affiliate Overview Countdown Timer -- An example of the countdown timer