wCMF
3.6
|
Public Member Functions | |
convertStorageToApplication ($data, $type, $name) | |
convertApplicationToStorage ($data, $type, $name) | |
de_deToEnglish ($date, $type) | |
en_enToEnglish ($date, $type) | |
storageTo_de_de ($date, $type) | |
storageTo_en_en ($date, $type) | |
Public Member Functions inherited from DataConverter | |
convertStorageToApplication ($data, $type, $name) | |
convertApplicationToStorage ($data, $type, $name) | |
MySQLDateConverter converts MySQL dates to a date localized to the users or application settings.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 30 of file class.MySQLDateConverter.php.
MySQLDateConverter::convertStorageToApplication | ( | $data, | |
$type, | |||
$name | |||
) |
Definition at line 35 of file class.MySQLDateConverter.php.
MySQLDateConverter::convertApplicationToStorage | ( | $data, | |
$type, | |||
$name | |||
) |
Definition at line 63 of file class.MySQLDateConverter.php.
MySQLDateConverter::de_deToEnglish | ( | $date, | |
$type | |||
) |
Convert a german date/time string to english format
date | The localized date/time |
type | One of these: date or datetime |
Definition at line 93 of file class.MySQLDateConverter.php.
MySQLDateConverter::en_enToEnglish | ( | $date, | |
$type | |||
) |
Convert a english date/time string to english format
date | The localized date/time |
type | One of these: date or datetime |
Definition at line 119 of file class.MySQLDateConverter.php.
MySQLDateConverter::storageTo_de_de | ( | $date, | |
$type | |||
) |
Convert a storage date format to german date/time string
date | The date/time in storage format |
type | One of these: date or datetime |
Definition at line 128 of file class.MySQLDateConverter.php.
MySQLDateConverter::storageTo_en_en | ( | $date, | |
$type | |||
) |
Convert a storage date format to english date/time string
date | The date/time in storage format |
type | One of these: date or datetime |
Definition at line 142 of file class.MySQLDateConverter.php.