SyntaxFix
Write A Post
Hire A Developer
Questions
Just add this below JS file
<script type="text/javascript"> $(document).ready(function () { $('your input's id or class with # or .').datepicker({ format: "dd/mm/yyyy" }); }); </script>