I try to manually adding date but it only allow date at every 12th every month. Here's my code. Date format is "yyyy-MM-dd"
                  
                  
                  
                  
                  
                  Working
                  
                  
                  <input type="date" value="2020-12-12">
                  
                  
                  <input type="date" value="2020-11-12">
                  
                  
                  
                  
                  
                  Not working
                  
                  
                  <input type="date" value="2020-12-26">
                  
                  
                  <input type="date" value="2020-12-13">
                  
                  
                
It might be YYYY-DD-MM
Nope. It required that given format. If I use yours, it will throw a warning
Обсуждают сегодня