HTML date control

  1. year month day<input type=”date”/>
  2. - Year - Week<input type=”week”/>
  3. -years<input type=”month”/>
  4. - :-( Time)<input type=”time”/>
  5. year month day--:-- <input type=”datetime”/>
  6. Local date and time <input type=”datetime-local”/>
    the above method does not apply to Firefox.
Published 38 original articles · won praise 1 · views 5161

Guess you like

Origin blog.csdn.net/ShangMY97/article/details/103890030
Recommended