File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments