Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b8c9068

Browse filesBrowse files
lwillemsxabbuh
authored andcommitted
1 parent f735a2b commit b8c9068
Copy full SHA for b8c9068

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎reference/forms/types/date.rst

Copy file name to clipboardExpand all lines: reference/forms/types/date.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.