|
| | get ($repeat_rule, $start_t, $from_t=null, $stop_t=null) |
| |
| recurring_dates::get |
( |
|
$repeat_rule, |
|
|
|
$start_t, |
|
|
|
$from_t = null, |
|
|
|
$stop_t = null |
|
) |
| |
Get a list of recurring dates, according to the repeat rule, up to the given stop date.
- Parameters
-
| string | $repeat_rule | |
| int | $start_t | - start date (unix timestamp) |
| int | $from_t | - from date (unix timestamp) default is start_t |
| int | $stop_t | - stop date (unix timestamp) default is today |
- Returns
- array - list of dates (unix timestamps)
The documentation for this class was generated from the following file:
- qvci/libraries/recurring_dates.php