PHP Класс Horde_Core_Script_Package_Datejs, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Script_Package
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Constructor.
translateFormat ( string $format ) : string Translates date format strings from strftime to datejs.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

translateFormat() публичный статический Метод

Translates date format strings from strftime to datejs.
public static translateFormat ( string $format ) : string
$format string A date format string in strftime syntax.
Результат string The date format string in datejs format.