Skip to content

Commit b8c9068

Browse files
lwillemsxabbuh
authored andcommitted
1 parent f735a2b commit b8c9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/date.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Assuming you're using jQuery, you can initialize the date picker via:
9999
<script>
100100
$(document).ready(function() {
101101
$('.js-datepicker').datepicker({
102-
format: 'yyyy-mm-dd'
102+
dateFormat: 'yy-mm-dd'
103103
});
104104
});
105105
</script>

0 commit comments

Comments
 (0)