mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-28 20:17:47 -05:00
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
$(document).ready(function() {
|
|
$('.add-datepicker').datepicker({'format': 'yyyy-mm-dd'});
|
|
});
|