入力値に複数の日付(strtotime)があり、jQueryまたはjavascriptを使用して指定した日付(my date)私は何をしますか?指定された日付の後に最も近い日付を取得する
<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"とは何ですか? –
PHPのstrtotime:http://php.net/manual/en/function.strtotime.php –
私はそれについて知らない。 –