HTML5表單之input 類型- Date Pickers(日期選擇器)


HTML5 擁有多個可供選取日期和時間的新輸入類型:

  1. date:選取日、月、年
  2. month:選取月、年
  3. week:選取周和年
  4. time:選取時間(小時和分鍾)
  5. datetime-local:選取時間、日、月、年(本地時間)
  6. datetime:選取時間、日、月、年(在有些瀏覽器內失效,選用datetime-local)

例1:date

<input type="date" name="start_time" value="" />

例2:month

<input type="month" name="start_time" value="" />

 

 例3:week

<input type="week" name="start_time" value="" />

 

 例4:time

<input type="time" name="start_time" value="" />

 

 例5:datetime-local

<input type="datetime-local" name="start_time" value="" />

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM