Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!-- cdn for modernizr, if you haven't included it already -->
  2. <script src="http://cdn.jsdelivr.net/webshim/1.12.4/extras/modernizr-custom.js"></script>
  3. <!-- polyfiller file to detect and load polyfills -->
  4. <script src="http://cdn.jsdelivr.net/webshim/1.12.4/polyfiller.js"></script>
  5. <script>
  6. webshims.setOptions('waitReady', false);
  7. webshims.setOptions('forms-ext', {types: 'date'});
  8. webshims.polyfill('forms forms-ext');
  9. </script>
  10.  
  11. <input type="date" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement