为正常工作的 order_date 输入字段配置了datetimepicker。
$('#order_date').datetimepicker({
dateFormat: 'yy-mm-dd',
timeFormat: 'HH:mm:ss',
showSecond: false,
stepMinute: 15
});
要求是选择多个日期时间,以便为多个 order_dates 创建相同的订单。这样做的正确方法是什么?是否可以使用select2多选下拉菜单?