Public Member Functions | |
datePicker ($id, $value=null, array $params=array(), array $attribs=array()) | |
Static Public Member Functions | |
static | resolveZendLocaleToDatePickerFormat ($format=null) |
Definition at line 42 of file DatePicker.php.
datePicker | ( | $ | id, |
$ | value = null , |
||
array $ | params = array() , |
||
array $ | attribs = array() |
||
) |
Create a jQuery UI Widget Date Picker
Definition at line 54 of file DatePicker.php.
static resolveZendLocaleToDatePickerFormat | ( | $ | format = null ) |
[static] |
A Check for Zend_Locale existance has already been done in datePicker() this function only resolves the default format from Zend Locale to a jQuery Date Picker readable format. This function can be potentially buggy because of its easy nature and is therefore stripped from the core functionality to be easily overriden.
Definition at line 85 of file DatePicker.php.