Input type DateTime - Value format?

后端 未结 7 791
长发绾君心
长发绾君心 2020-11-27 18:10

In which format should I put the date and time, for use in the HTML5 input element with datetime type?

I have tried:

  • 1338575502
相关标签:
7条回答
  • 2020-11-27 18:31

    with momentjs i use

    moment(value).format("YYYY-MM-DDTHH:mm:ss")
    
    0 讨论(0)
提交回复
热议问题