Advertisement
Guest User

Untitled

a guest
Aug 24th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. jQuery(document).ready(function( $ ){
  2.  
  3. //you need to replace billing_field_962 with your field key
  4. $('#billing_field_962 ').datetimepicker({
  5. timepicker:false,
  6. formatDate:'d.m.Y',
  7. disabledDates: ['26.08.2022','31.08.2022']
  8. });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement