laydate.render({
elem: "#"+param_id,
type: "datetime",
format: "yyyy-MM-dd HH:mm:ss",
min: date_str,
btns: ['clear', 'confirm']
});
laydate.render({
elem: "#"+param_id,
type: "datetime",
format: "yyyy-MM-dd HH:mm:ss",
min: date_str,
btns: ['clear', 'confirm']
});