Difference between revisions of "Nats smarty function get paid date (NATS3)"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Latest revision as of 13:56, 18 December 2008
nats_smarty_function_get_paid_date
Prints the date the affiliate was last paid.
Alias: get_paid_date
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
var | Put the date the affiliate was last paid in this variable | Any valid Smarty variable name | paid_date | var="my_variable" |
Print the date the affiliate was last paid | 1 | None. The last paid date was note paid | print="1" |
Output
A variable, by default {$paid_date}, containing the last date an affiliate was paid. Optionally, a printout of that date as well.
Notes
None.