ivana_andreevska

Date Picker 6

Dec 9th, 2021
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $(document).ready(function () {
  2. $("#date").datepicker();
  3. $("#date").datepicker("setDate" , "10/12/2021");
  4. });
Advertisement
Add Comment
Please, Sign In to add comment