You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
// 日付を指定 var date_str = "2017-01-01 00:00:00"; // 1日足す 2017-01-02 00:00:00 console.log(moment(date_str).add(1, 'days').format('YYYY-MM-DD HH:mm:ss')); // 1日減らす 2016-12-31 00:00:00 console.log(moment(date_str).subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss')); // 1日と1時間足す 2017-01-02 01:00:00 console.log(moment(date_str).add(1, 'days').add(1, 'hours').format('YYYY-MM-DD HH:mm:ss')); // 1日と1時間減らす 20
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く