\Horde_Core_Script_Package_Datejs

This class identifies the javascript necessary to output the date.js javascript code to the browser.

Copyright 2012-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
getIterator()
__construct()
translateFormat()
No public properties found
No constants found
No protected methods found
$_files
N/A
No private methods found
No private properties found
N/A

Properties

$_files

$_files : array

Javascript files to add to the page output.

Type

array

Methods

getIterator()

getIterator() 

__construct()

__construct() 

Constructor.

translateFormat()

translateFormat(string  $format) : string

Translates date format strings from strftime to datejs.

Parameters

string $format

A date format string in strftime syntax.

Returns

string —

The date format string in datejs format.