Skip to content

Commit 5890bce

Browse files
committed
Update Demo
1 parent 3fd461b commit 5890bce

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

demo/Samples1.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ <h2>Simple</h2>
5959
targetTextSelector: '#inputDate2',
6060
selectedDate: new Date('2018/9/30'),
6161
isGregorian: true,
62+
dateFormat: 'yyyy-MM-dd hh:mm:ss',
6263
calendarViewOnChange: function (date) {
6364
console.log(date);
6465
}
@@ -225,6 +226,8 @@ <h3>InLine</h3>
225226
targetTextSelector: '#inputDate2',
226227
selectedDate: new Date('2018/9/30'),
227228
isGregorian: true,
229+
dateFormat: 'yyyy-MM-dd hh:mm:ss',
230+
enableTimePicker: true,
228231
calendarViewOnChange: function (date) {
229232
console.log(date);
230233
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@popperjs/core": "^2.4.0",
2020
"bootstrap": "^4.5.0",
2121
"jquery": "^3.4.1",
22-
"npm": "^6.14.5"
22+
"npm": "^6.14.6"
2323
},
2424
"devDependencies": {
2525
"@types/jquery": "^3.3.31",

0 commit comments

Comments
 (0)