Of course, this is the text box needed to initialize the date picker:
and you need one jquery ui library:
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script> $(document).on('pageinit', function(){ $("#date-1").datepicker(); });
Try this and see if it helps.
source share