ivana_andreevska

Date Picker 5

Dec 9th, 2021
219
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. numberOfMonths: 2 ,
  4. stepMonths: 2
  5. });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment