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
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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.