Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
translateFormat ( string $format ) : string | 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. |