The zen_date_raw-function is localized in every language file. In e.g. customers.php in admin however, the code runs as follows:
thereby breaking the localization!Code:if (checkdate(substr(zen_date_raw($customers_dob), 4, 2), substr(zen_date_raw($customers_dob), 6, 2), substr(zen_date_raw($customers_dob), 0, 4))) {


Reply With Quote

