最佳答案
有没有什么简单的方法可以使用 jquery 将12小时 hh: mm AM/PM 转换为24小时 hh: mm?
注意: 不使用任何其他库。
我有一个返回 hh: mm AM/PM 的 var time = $("#starttime").val()
。