Services_Weather_Common::setDateTimeFormat
Services_Weather_Common::setDateTimeFormat() – Changes the representation of time and dates (see http://www.php.net/date)
Synopsis
require_once '/Weather/Common.php';
void
Services_Weather_Common::setDateTimeFormat
(
string
$dateFormat = ""
,
string
$timeFormat = ""
)
Описание
This package is not documented yet.
Parameter
-
string
$dateFormat
-
string
$timeFormat
Throws
No exceptions thrown.
Замечание
This function can not be called statically.