This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/modules/contact-form/js/grunion-frontend.js
2018-03-21 18:19:20 +00:00

5 lines
165 B
JavaScript

jQuery( function ( $ ) {
if ( 'function' === typeof $.fn.datepicker ) {
$( '.contact-form input[type="date"]' ).datepicker( { dateFormat : 'yy-mm-dd' } );
}
} );