How to set input type date's default value to today?

后端 未结 30 3278
刺人心
刺人心 2020-11-22 14:00

The HTML5 input types are great, Opera\'s new built-in date picker is a breeze, and Chrome has at least supported the new input type with a spin-wheel implementation.

<
30条回答
  •  春和景丽
    2020-11-22 14:21

    If you are using ruby you can use this to set the default value to today's date and time:

    
    

提交回复
热议问题