我在輸入值中有多個日期(strtotime),並且想要使用jQuery或javascript指定日期(我的日期)之後的最近日期。我該怎麼辦?獲取指定日期之後的最近日期
<input id="DateBox" value="1481691600,1482037200,1482642000">
我的約會:
1481778000 => (2016-12-15)
幾個日期(的strtotime):
1481691600 => (2016-12-14)
1482037200 => (2016-12-18)
1482642000 => (2016-12-25)
回報:
1482037200 => (2016-12-18)
什麼是「strtotime」? –
strtotime in php,:http://php.net/manual/en/function.strtotime.php –
我不知道這件事。 –