|
5 | 5 | <meta charset="utf-8" /> |
6 | 6 | <title>Persian DateTime</title> |
7 | 7 |
|
8 | | - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" |
9 | | - integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
10 | | - <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" |
11 | | - integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"> |
12 | | - </script> |
13 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" |
14 | | - integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"> |
15 | | - </script> |
16 | | - <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" |
17 | | - integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"> |
18 | | - </script> |
| 8 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" |
| 9 | + integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> |
| 10 | + <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" |
| 11 | + integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" |
| 12 | + crossorigin="anonymous"></script> |
| 13 | + <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" |
| 14 | + integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" |
| 15 | + crossorigin="anonymous"></script> |
| 16 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" |
| 17 | + integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" |
| 18 | + crossorigin="anonymous"></script> |
19 | 19 |
|
20 | 20 | <link rel="stylesheet" href="demo.css" /> |
21 | 21 | <link rel="stylesheet" href="../src/jquery.md.bootstrap.datetimepicker.style.css" /> |
@@ -203,10 +203,11 @@ <h3>InLine</h3> |
203 | 203 | targetDateSelector: '#inputDate1-1', |
204 | 204 | dateFormat: 'yyyy-MM-dd', |
205 | 205 | isGregorian: false, |
| 206 | + englishNumber: true, |
206 | 207 | enableTimePicker: true, |
207 | 208 | disableBeforeToday: true, |
208 | 209 | disabledDates: [new Date(), new Date(2018, 9, 11), new Date(2018, 9, 12), new Date(2018, 9, 13), |
209 | | - new Date(2018, 9, 14) |
| 210 | + new Date(2018, 9, 14) |
210 | 211 | ], |
211 | 212 | disabledDays: [5, 6] |
212 | 213 | }); |
|
0 commit comments