We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5890bce commit 63e9701Copy full SHA for 63e9701
1 file changed
demo/Samples1.html
@@ -57,7 +57,7 @@ <h2>Simple</h2>
57
<pre>
58
$('#date2').MdPersianDateTimePicker({
59
targetTextSelector: '#inputDate2',
60
- selectedDate: new Date('2018/9/30'),
+ selectedDate: new Date('2018/9/30 12:20:32'),
61
isGregorian: true,
62
dateFormat: 'yyyy-MM-dd hh:mm:ss',
63
calendarViewOnChange: function (date) {
@@ -224,7 +224,7 @@ <h3>InLine</h3>
224
225
226
227
228
229
230
enableTimePicker: true,
0 commit comments