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

后端 未结 30 3324
刺人心
刺人心 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:32

    This is what I did in my code, I have just tested and it worked fine, input type="date" does not support to set curdate automatically, so the way I used to overcome this limitation was using PHP code a simple code like this.

    
    
        
            
    Data de submissão"; echo ""; ?>

    Hope it helps!

提交回复
热议问题