Skip to content
Snippets Groups Projects
Commit fe56ec0a authored by efalcy's avatar efalcy
Browse files

hotline #60903 : fix test

parent a9bed107
Branches
Tags
3 merge requests!2334Master,!2184Hotline master,!2171Hotline#60903 selection d une date dans le calendrier le jour est remplace par dd
Pipeline #1604 failed with stage
in 11 minutes and 15 seconds
......@@ -63,6 +63,6 @@ class ZendAfi_Form_Decorator_VersionCompare_DateRangePicker
protected function _formatted($element) {
return (new ZendAfi_View_Helper_DatePicker())
->formatDate($element->getValue(),
'DD/MM/yyyy'. ($element->getDateOnly() ? '' : ' HH:mm'));
'dd/MM/yyyy'. ($element->getDateOnly() ? '' : ' HH:mm'));
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment