LoginSignup
0
1

More than 1 year has passed since last update.

Kintone 現在時刻を秒にする

Last updated at Posted at 2022-04-01

*Kintoneで秒がとれないってほんと!??

const currentDate = luxon.DateTime.local().startOf('day');

Kintoneで紹介されているようにやってみたら

2022-04-01T00:00:00.000+09:00

ほんとに秒がない、ない・・・・・

いやまて、これって時間と分もないからそもそも違うのでは?

再度調査

Moment.jsを使えとあるので再度挑戦

var now = moment().format();
2022-04-01T22:02:46+09:00

できたー-!

歓喜!

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1