此脚本允许我通过简单地添加以下代码将选择限制为预定义的时间:
-https://xdsoft.net/jqplugins/datetimepicker/
allowTimes:[
'12:00', '13:30', '15:00', '16:30',
'17:00', '18:00', '18:30',
]
我想知道是否有一种方法可以使平日的时间范围特别适合,而为周末提供另一时间范围。
赞:
monday - friday : ['17:00', '18:30']
saturday - sunday : ['12:00', '13:30', '15:00', '16:30', '18:00']