How to use datepicker.min.js?

ok, i got it, i was adding it to input name & not input class ! <script type=”text/javascript”> jQuery(document).ready(function($) { $(‘.mkdf-filter-min-date’).datepicker({ dateFormat : ‘yy-mm-dd’ }); }); </script>