demohttp://down.admin5.com/demo/code_pop/18/1202/
ch那里改成
ch:{ // Simplified Chinese
months: [
"一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"
],
dayOfWeek: [
"周日","周一", "周二","周三","周四","周五","周六"
]
},
调用
//插件
$(".date").datetimepicker({
step:5,
lang:'ch',
timepicker:false,
format:'Y-m-d 00:00:00',
formatDate:'Y-m-d 00:00:00',
});