Advertisement
anticims19

datepicker

Jun 24th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.           $(function() {
  3.           $( "#habis_uji" ).datepicker({                      
  4.             autoclose: true
  5.           });
  6.  
  7.       });              
  8.            $(function() {
  9.           $( "#habis_sk" ).datepicker({              
  10.             autoclose: true
  11.           });
  12.  
  13.       });
  14.            $(function() {
  15.           $( "#habis_kp" ).datepicker({            
  16.             autoclose: true
  17.           });
  18.  
  19.       });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement