input-datetime.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. {
  2. "title":"Date and time input types",
  3. "description":"Form field widgets to easily allow users to enter a date, time or both, generally by using a calendar/time input widget. Refers to supporting the following input types: `date`, `time`, `datetime-local`, `month` & `week`.",
  4. "spec":"https://html.spec.whatwg.org/multipage/forms.html#date-state-(type=date)",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"https://code.tutsplus.com/tutorials/quick-tip-create-cross-browser-datepickers-in-minutes--net-20236",
  9. "title":"Datepicker tutorial w/polyfill"
  10. },
  11. {
  12. "url":"https://github.com/zoltan-dulac/html5Forms.js",
  13. "title":"Polyfill for HTML5 forms"
  14. },
  15. {
  16. "url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-type-datetime-local",
  17. "title":"has.js test"
  18. },
  19. {
  20. "url":"https://webplatform.github.io/docs/html/elements/input/type/date",
  21. "title":"WebPlatform Docs"
  22. },
  23. {
  24. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=888320",
  25. "title":"Bug on Firefox support"
  26. },
  27. {
  28. "url":"https://bugs.webkit.org/show_bug.cgi?id=119175",
  29. "title":"Bug for WebKit/Safari"
  30. },
  31. {
  32. "url":"https://bugs.webkit.org/show_bug.cgi?id=214946",
  33. "title":"Bug for WebKit/Safari"
  34. }
  35. ],
  36. "bugs":[
  37. ],
  38. "categories":[
  39. "HTML5"
  40. ],
  41. "stats":{
  42. "ie":{
  43. "5.5":"n",
  44. "6":"n",
  45. "7":"n",
  46. "8":"n",
  47. "9":"n",
  48. "10":"n",
  49. "11":"n"
  50. },
  51. "edge":{
  52. "12":"a #1",
  53. "13":"y",
  54. "14":"y",
  55. "15":"y",
  56. "16":"y",
  57. "17":"y",
  58. "18":"y",
  59. "79":"y",
  60. "80":"y",
  61. "81":"y",
  62. "83":"y",
  63. "84":"y",
  64. "85":"y",
  65. "86":"y",
  66. "87":"y",
  67. "88":"y",
  68. "89":"y",
  69. "90":"y",
  70. "91":"y",
  71. "92":"y",
  72. "93":"y",
  73. "94":"y",
  74. "95":"y",
  75. "96":"y",
  76. "97":"y",
  77. "98":"y",
  78. "99":"y",
  79. "100":"y",
  80. "101":"y",
  81. "102":"y",
  82. "103":"y",
  83. "104":"y",
  84. "105":"y",
  85. "106":"y",
  86. "107":"y",
  87. "108":"y",
  88. "109":"y",
  89. "110":"y"
  90. },
  91. "firefox":{
  92. "2":"n",
  93. "3":"n",
  94. "3.5":"n",
  95. "3.6":"n",
  96. "4":"n",
  97. "5":"n",
  98. "6":"n",
  99. "7":"n",
  100. "8":"n",
  101. "9":"n",
  102. "10":"n",
  103. "11":"n",
  104. "12":"n",
  105. "13":"n",
  106. "14":"n",
  107. "15":"n",
  108. "16":"n",
  109. "17":"n",
  110. "18":"n",
  111. "19":"n",
  112. "20":"n",
  113. "21":"n",
  114. "22":"n",
  115. "23":"n",
  116. "24":"n",
  117. "25":"n",
  118. "26":"n",
  119. "27":"n",
  120. "28":"n",
  121. "29":"n",
  122. "30":"n",
  123. "31":"n",
  124. "32":"n",
  125. "33":"n",
  126. "34":"n",
  127. "35":"n",
  128. "36":"n",
  129. "37":"n",
  130. "38":"n",
  131. "39":"n",
  132. "40":"n",
  133. "41":"n",
  134. "42":"n",
  135. "43":"n",
  136. "44":"n",
  137. "45":"n",
  138. "46":"n",
  139. "47":"n",
  140. "48":"n",
  141. "49":"n",
  142. "50":"n",
  143. "51":"n",
  144. "52":"n",
  145. "53":"n d #4",
  146. "54":"n d #4",
  147. "55":"n d #4",
  148. "56":"n d #4",
  149. "57":"a #5",
  150. "58":"a #5",
  151. "59":"a #5",
  152. "60":"a #5",
  153. "61":"a #5",
  154. "62":"a #5",
  155. "63":"a #5",
  156. "64":"a #5",
  157. "65":"a #5",
  158. "66":"a #5",
  159. "67":"a #5",
  160. "68":"a #5",
  161. "69":"a #5",
  162. "70":"a #5",
  163. "71":"a #5",
  164. "72":"a #5",
  165. "73":"a #5",
  166. "74":"a #5",
  167. "75":"a #5",
  168. "76":"a #5",
  169. "77":"a #5",
  170. "78":"a #5",
  171. "79":"a #5",
  172. "80":"a #5",
  173. "81":"a #5",
  174. "82":"a #5",
  175. "83":"a #5",
  176. "84":"a #5",
  177. "85":"a #5",
  178. "86":"a #5",
  179. "87":"a #5",
  180. "88":"a #5",
  181. "89":"a #5",
  182. "90":"a #5",
  183. "91":"a #5",
  184. "92":"a #5",
  185. "93":"a #6",
  186. "94":"a #6",
  187. "95":"a #6",
  188. "96":"a #6",
  189. "97":"a #6",
  190. "98":"a #6",
  191. "99":"a #6",
  192. "100":"a #6",
  193. "101":"a #6",
  194. "102":"a #6",
  195. "103":"a #6",
  196. "104":"a #6",
  197. "105":"a #6",
  198. "106":"a #6",
  199. "107":"a #6",
  200. "108":"a #6",
  201. "109":"a #6",
  202. "110":"a #6",
  203. "111":"a #6",
  204. "112":"a #6"
  205. },
  206. "chrome":{
  207. "4":"n",
  208. "5":"n",
  209. "6":"n",
  210. "7":"n",
  211. "8":"n",
  212. "9":"n",
  213. "10":"n",
  214. "11":"n",
  215. "12":"n",
  216. "13":"n",
  217. "14":"n",
  218. "15":"n",
  219. "16":"n",
  220. "17":"n",
  221. "18":"n",
  222. "19":"n",
  223. "20":"a #5",
  224. "21":"a #5",
  225. "22":"a #5",
  226. "23":"a #5",
  227. "24":"a #5",
  228. "25":"y",
  229. "26":"y",
  230. "27":"y",
  231. "28":"y",
  232. "29":"y",
  233. "30":"y",
  234. "31":"y",
  235. "32":"y",
  236. "33":"y",
  237. "34":"y",
  238. "35":"y",
  239. "36":"y",
  240. "37":"y",
  241. "38":"y",
  242. "39":"y",
  243. "40":"y",
  244. "41":"y",
  245. "42":"y",
  246. "43":"y",
  247. "44":"y",
  248. "45":"y",
  249. "46":"y",
  250. "47":"y",
  251. "48":"y",
  252. "49":"y",
  253. "50":"y",
  254. "51":"y",
  255. "52":"y",
  256. "53":"y",
  257. "54":"y",
  258. "55":"y",
  259. "56":"y",
  260. "57":"y",
  261. "58":"y",
  262. "59":"y",
  263. "60":"y",
  264. "61":"y",
  265. "62":"y",
  266. "63":"y",
  267. "64":"y",
  268. "65":"y",
  269. "66":"y",
  270. "67":"y",
  271. "68":"y",
  272. "69":"y",
  273. "70":"y",
  274. "71":"y",
  275. "72":"y",
  276. "73":"y",
  277. "74":"y",
  278. "75":"y",
  279. "76":"y",
  280. "77":"y",
  281. "78":"y",
  282. "79":"y",
  283. "80":"y",
  284. "81":"y",
  285. "83":"y",
  286. "84":"y",
  287. "85":"y",
  288. "86":"y",
  289. "87":"y",
  290. "88":"y",
  291. "89":"y",
  292. "90":"y",
  293. "91":"y",
  294. "92":"y",
  295. "93":"y",
  296. "94":"y",
  297. "95":"y",
  298. "96":"y",
  299. "97":"y",
  300. "98":"y",
  301. "99":"y",
  302. "100":"y",
  303. "101":"y",
  304. "102":"y",
  305. "103":"y",
  306. "104":"y",
  307. "105":"y",
  308. "106":"y",
  309. "107":"y",
  310. "108":"y",
  311. "109":"y",
  312. "110":"y",
  313. "111":"y",
  314. "112":"y",
  315. "113":"y"
  316. },
  317. "safari":{
  318. "3.1":"n",
  319. "3.2":"n",
  320. "4":"n",
  321. "5":"n",
  322. "5.1":"n",
  323. "6":"n",
  324. "6.1":"n",
  325. "7":"n",
  326. "7.1":"n",
  327. "8":"n",
  328. "9":"n",
  329. "9.1":"n",
  330. "10":"n",
  331. "10.1":"n",
  332. "11":"n",
  333. "11.1":"n",
  334. "12":"n",
  335. "12.1":"n",
  336. "13":"n",
  337. "13.1":"n",
  338. "14":"n",
  339. "14.1":"a #6",
  340. "15":"a #6",
  341. "15.1":"a #6",
  342. "15.2-15.3":"a #6",
  343. "15.4":"a #6",
  344. "15.5":"a #6",
  345. "15.6":"a #6",
  346. "16.0":"a #6",
  347. "16.1":"a #6",
  348. "16.2":"a #6",
  349. "16.3":"a #6",
  350. "16.4":"a #6",
  351. "TP":"a #6"
  352. },
  353. "opera":{
  354. "9":"y",
  355. "9.5-9.6":"y",
  356. "10.0-10.1":"y",
  357. "10.5":"y",
  358. "10.6":"y",
  359. "11":"y",
  360. "11.1":"y",
  361. "11.5":"y",
  362. "11.6":"y",
  363. "12":"y",
  364. "12.1":"y",
  365. "15":"y",
  366. "16":"y",
  367. "17":"y",
  368. "18":"y",
  369. "19":"y",
  370. "20":"y",
  371. "21":"y",
  372. "22":"y",
  373. "23":"y",
  374. "24":"y",
  375. "25":"y",
  376. "26":"y",
  377. "27":"y",
  378. "28":"y",
  379. "29":"y",
  380. "30":"y",
  381. "31":"y",
  382. "32":"y",
  383. "33":"y",
  384. "34":"y",
  385. "35":"y",
  386. "36":"y",
  387. "37":"y",
  388. "38":"y",
  389. "39":"y",
  390. "40":"y",
  391. "41":"y",
  392. "42":"y",
  393. "43":"y",
  394. "44":"y",
  395. "45":"y",
  396. "46":"y",
  397. "47":"y",
  398. "48":"y",
  399. "49":"y",
  400. "50":"y",
  401. "51":"y",
  402. "52":"y",
  403. "53":"y",
  404. "54":"y",
  405. "55":"y",
  406. "56":"y",
  407. "57":"y",
  408. "58":"y",
  409. "60":"y",
  410. "62":"y",
  411. "63":"y",
  412. "64":"y",
  413. "65":"y",
  414. "66":"y",
  415. "67":"y",
  416. "68":"y",
  417. "69":"y",
  418. "70":"y",
  419. "71":"y",
  420. "72":"y",
  421. "73":"y",
  422. "74":"y",
  423. "75":"y",
  424. "76":"y",
  425. "77":"y",
  426. "78":"y",
  427. "79":"y",
  428. "80":"y",
  429. "81":"y",
  430. "82":"y",
  431. "83":"y",
  432. "84":"y",
  433. "85":"y",
  434. "86":"y",
  435. "87":"y",
  436. "88":"y",
  437. "89":"y",
  438. "90":"y",
  439. "91":"y",
  440. "92":"y",
  441. "93":"y",
  442. "94":"y",
  443. "95":"y"
  444. },
  445. "ios_saf":{
  446. "3.2":"n",
  447. "4.0-4.1":"n",
  448. "4.2-4.3":"n",
  449. "5.0-5.1":"a #2",
  450. "6.0-6.1":"a #2",
  451. "7.0-7.1":"a #2",
  452. "8":"a #2",
  453. "8.1-8.4":"a #2",
  454. "9.0-9.2":"a #2",
  455. "9.3":"a #2",
  456. "10.0-10.2":"a #2",
  457. "10.3":"a #2",
  458. "11.0-11.2":"a #2",
  459. "11.3-11.4":"a #2",
  460. "12.0-12.1":"a #2",
  461. "12.2-12.5":"a #2",
  462. "13.0-13.1":"a #2",
  463. "13.2":"a #2",
  464. "13.3":"a #2",
  465. "13.4-13.7":"a #2",
  466. "14.0-14.4":"a #2",
  467. "14.5-14.8":"a #2",
  468. "15.0-15.1":"a #2",
  469. "15.2-15.3":"a #2",
  470. "15.4":"a #2",
  471. "15.5":"a #2",
  472. "15.6":"a #2",
  473. "16.0":"a #2",
  474. "16.1":"a #2",
  475. "16.2":"a #2",
  476. "16.3":"a #2",
  477. "16.4":"a #2"
  478. },
  479. "op_mini":{
  480. "all":"n"
  481. },
  482. "android":{
  483. "2.1":"n",
  484. "2.2":"n",
  485. "2.3":"n",
  486. "3":"n",
  487. "4":"n #3",
  488. "4.1":"n #3",
  489. "4.2-4.3":"n #3",
  490. "4.4":"y",
  491. "4.4.3-4.4.4":"y",
  492. "109":"y"
  493. },
  494. "bb":{
  495. "7":"n",
  496. "10":"y"
  497. },
  498. "op_mob":{
  499. "10":"y",
  500. "11":"y",
  501. "11.1":"y",
  502. "11.5":"y",
  503. "12":"y",
  504. "12.1":"y",
  505. "73":"y"
  506. },
  507. "and_chr":{
  508. "110":"y"
  509. },
  510. "and_ff":{
  511. "110":"a #6"
  512. },
  513. "ie_mob":{
  514. "10":"n",
  515. "11":"n"
  516. },
  517. "and_uc":{
  518. "13.4":"y"
  519. },
  520. "samsung":{
  521. "4":"y",
  522. "5.0-5.4":"y",
  523. "6.2-6.4":"y",
  524. "7.2-7.4":"y",
  525. "8.2":"y",
  526. "9.2":"y",
  527. "10.1":"y",
  528. "11.1-11.2":"y",
  529. "12.0":"y",
  530. "13.0":"y",
  531. "14.0":"y",
  532. "15.0":"y",
  533. "16.0":"y",
  534. "17.0":"y",
  535. "18.0":"y",
  536. "19.0":"y",
  537. "20":"y"
  538. },
  539. "and_qq":{
  540. "13.1":"y"
  541. },
  542. "baidu":{
  543. "13.18":"y"
  544. },
  545. "kaios":{
  546. "2.5":"a #5",
  547. "3.0-3.1":"a #5"
  548. }
  549. },
  550. "notes":"There used to also be a `datetime` type, but it was [dropped from the HTML spec](https://github.com/whatwg/html/issues/336).",
  551. "notes_by_num":{
  552. "1":"Partial support in Microsoft Edge refers to supporting `date`, `week`, and `month` input types, and not `time` and `datetime-local`.",
  553. "2":"Partial support in iOS Safari refers to not supporting the `week` input type, nor the `min`, `max` or `step` attributes",
  554. "3":"Some modified versions of the Android 4.x browser do have support for date/time fields.",
  555. "4":"Can be enabled in Firefox using the `dom.forms.datetime` flag.",
  556. "5":"Partial support refers to supporting `date` and `time` input types, but not `datetime-local`, `month` or `week`.",
  557. "6":"Partial support refers to not supporting the `week` and `month` input type"
  558. },
  559. "usage_perc_y":75.42,
  560. "usage_perc_a":21.08,
  561. "ucprefix":false,
  562. "parent":"",
  563. "keywords":"datepicker,timepicker,inputdate,input type=\"date\",input type=\"time\",input date,datetime-local",
  564. "ie_id":"daterelatedinputtypes,timerelatedinputtypes",
  565. "chrome_id":"6640933999214592",
  566. "firefox_id":"",
  567. "webkit_id":"",
  568. "shown":true
  569. }