from render/render_misc.inc.php, lines 585-587
// fix %e formatter if not supported (e.g. on Windows) if(strftime("%e", mktime(12, 0, 0, 1, 1)) != '1') $userFormatDate = str_replace("%e", "%d", $userFormatDate);
// fix %e formatter if not supported (e.g. on Windows) if(strftime("%e", mktime(12, 0, 0, 1, 1)) != '1') $userFormatDate = str_replace("%e", "%#d", $userFormatDate);