Skip to content

Commit 2678b52

Browse files
javiereguiluzxabbuh
authored andcommitted
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
1 parent 2f54aab commit 2678b52

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 @@ picker:
9999

100100
<script>
101101
$(document).ready(function() {
102-
// configure the bootstrap datepicker
102+
// you may need to change this code if you are not using Bootstrap Datepicker
103103
$('.js-datepicker').datepicker({
104104
format: 'yyyy-mm-dd'
105105
});

0 commit comments

Comments
 (0)