标签: angularjs momentjs
以下行返回false而不是true
false
true
console.log(moment('9:30 AM', 'h:mm A').isBefore(moment('12:30 AM', 'h:mm A')));
我在这里错过了什么。请解释一下。
答案 0 :(得分:1)
上午9点不是在12:30之前,我想你的意思是在这里12:30 PM。