function _datex_popup_php_format in Datex 7.2
1 call to _datex_popup_php_format()
- _datex_popup_element_validate_callback in datex_popup/
datex_popup.module - Form element validation callback.
File
- datex_popup/
datex_popup.module, line 26
Code
function _datex_popup_php_format($format) {
$replace = array_flip(_datex_popup_datepicker_format_replacements());
return strtr($format, $replace);
}