mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-06 10:24:17 +00:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
jQuery(function(){
|
|
'use strict';
|
|
|
|
jQuery('input.struct_date').datepicker({
|
|
dateFormat: 'yy-mm-dd'
|
|
});
|
|
});
|