Friday, 27 February 2015

html5 date picker in mozilla

<script src="//cdn.jsdelivr.net/webshim/1.14.5/polyfiller.js"></script>;
<script>
webshims.setOptions('forms-ext', {types: 'date'});
webshims.polyfill('forms forms-ext');
</script>

No comments:

Post a Comment