Skip to content

Commit 63e9701

Browse files
committed
Update Samples1.html
1 parent 5890bce commit 63e9701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/Samples1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>Simple</h2>
5757
<pre>
5858
$('#date2').MdPersianDateTimePicker({
5959
targetTextSelector: '#inputDate2',
60-
selectedDate: new Date('2018/9/30'),
60+
selectedDate: new Date('2018/9/30 12:20:32'),
6161
isGregorian: true,
6262
dateFormat: 'yyyy-MM-dd hh:mm:ss',
6363
calendarViewOnChange: function (date) {
@@ -224,7 +224,7 @@ <h3>InLine</h3>
224224

225225
$('#date2').MdPersianDateTimePicker({
226226
targetTextSelector: '#inputDate2',
227-
selectedDate: new Date('2018/9/30'),
227+
selectedDate: new Date('2018/9/30 12:20:32'),
228228
isGregorian: true,
229229
dateFormat: 'yyyy-MM-dd hh:mm:ss',
230230
enableTimePicker: true,

0 commit comments

Comments
 (0)