Calendar_Decorator::thisWeek()

Calendar_Decorator::thisWeek() -- Returns the value for this week

Synopsis

require_once 'Decorator.php';

int Calendar_Decorator::thisWeek ([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. 5 or timestamp

Throws

throws no exceptions thrown

Note

This function can not be called statically.