Setting format and value in input type=“date”

后端 未结 12 1569
暖寄归人
暖寄归人 2020-12-06 17:05

Is there any way to set the format of ? if no then how can i set date in this field using JavaScript in the default format of

12条回答
  •  遥遥无期
    2020-12-06 17:16

    I would try jquery and jquery ui to add a nice calendar control that does all the value selecting and formatting for you. simple formatting of an input field isn't enough for demanding users of today's web :)

    Have a look at this link

提交回复
热议问题