PHP Class 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.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Script_Package
Mostra file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor.
translateFormat ( string $format ) : string Translates date format strings from strftime to datejs.

Method Details

__construct() public method

Constructor.
public __construct ( )

translateFormat() public static method

Translates date format strings from strftime to datejs.
public static translateFormat ( string $format ) : string
$format string A date format string in strftime syntax.
return string The date format string in datejs format.