int setFormat(
string
$format)
|
|
define a custom format given by $format and return the $format-id the format-id can be used to call format( x , format-id ) to tell the method you want to use the format with that id
Overridden in child classes as:
- I18N_DateTime::setFormat()
- define a custom format given by $format and return the $format-id the format-id can be used to call format( x , format-id ) to tell the method you want to use the format with that id
Parameters: