Generates the standard calendar object Extends from Zend_Date and makes use of it's functions'
object
__construct
($date $date, $locale $locale, $parameter $parameter)
-
$date
$date: string - OPTIONAL date object depending on $parameter
-
$locale
$locale: string - OPTIONAL locale for parsing input
-
$parameter
$parameter: mixed - OPTIONAL defines the input format of $date
Serialization Interface
void
serialize
()
Returns a string representation of the object
string
toString
($locale $locale, $format $format)
-
$locale
$locale: string - OPTIONAL locale for parsing input
-
$format
$format: - OPTIONAL an rule for formatting the output
void
__toString
( $locale, $format)