Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Change datetimepicker fields format */
- jQuery(document).ready(function( $ ){
- // Your code in here
- $('#wpuf-date-post_expire_date').datetimepicker({ dateFormat: 'dd/mm/yy' });
- });
Advertisement
Add Comment
Please, Sign In to add comment