Calendar::prevMonth()

Calendar::prevMonth() -- Returns the value for the previous month

Synopsis

require_once 'Calendar.php';

int Calendar::prevMonth ([string $format = 'int'])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

string $format

'int', 'timestamp' , 'array' or 'object'

Rückgabewert

returns e.g. 4 or Unix timestamp

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.