Calendar_Decorator::prevWeek()

Calendar_Decorator::prevWeek() -- Returns the value for the previous week

Synopsis

require_once 'Decorator.php';

int Calendar_Decorator::prevWeek ([boolean $format = 'timestamp'])

Description

This package is not documented yet.

Parameter

boolean $format

set to TRUE to return a timestamp (optional)

Return value

returns e.g. 4 or Unix timestamp

Throws

throws no exceptions thrown

Note

This function can not be called statically.