Skip to content

Commit 8c51c18

Browse files
committed
minor #8091 Update js-datepicker usage for new jQuery UI (AdrianBorodziuk, javiereguiluz)
This PR was merged into the 3.3 branch. Discussion ---------- Update js-datepicker usage for new jQuery UI Old variable used - "format" - doesn't work anymore in jQuery UI. Commits ------- 97f3f84 Mention that we are using Bootstrap Datepicker 4d66b50 Update js-datepicker usage for new jQuery UI
2 parents aa036af + 97f3f84 commit 8c51c18

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
@@ -108,7 +108,7 @@ picker:
108108

109109
<script>
110110
$(document).ready(function() {
111-
// configure the bootstrap datepicker
111+
// you may need to change this code if you are not using Bootstrap Datepicker
112112
$('.js-datepicker').datepicker({
113113
format: 'yyyy-mm-dd'
114114
});

0 commit comments

Comments
 (0)