Skip to content

7.3 - DateTimeField sanitizeDate function error

in /include/fields/DateTimeField.php on line 385 the switch statement case of 'mm/dd/yyyy' then saves the variables in the order list($d, $m, y) surely this should be list(m,d,y)