File "datepicker.js"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/admin/assets/js/vc-fields/datepicker.js
File size: 471 bytes
MIME-type: text/plain
Charset: utf-8
(function ($) {
$('#vc_ui-panel-edit-element').on('vcPanel.shown', function () {
$('.woodmart-vc-datepicker').each(function () {
$(this).find('.woodmart-vc-datepicker-value').datetimepicker({
dateFormat: 'yy/mm/dd',
timeFormat: "HH:mm",
showSecond: 0,
showMillisec: 0,
showMicrosec: 0,
showTimezone: 0,
});
});
});
})(jQuery);