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 = "" )

Description

This package is not documented yet.

Parameter

string $dateFormat

string $timeFormat

Throws

No exceptions thrown.

Note

This function can not be called statically.