Skip to content

Commit bb5058f

Browse files
committed
Fixed sample.
1 parent ed5b041 commit bb5058f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

j-DatePicker/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"datecreated": "2019-02-06T21:33:00.000Z",
3-
"dateupdated": "2023-01-18T09:03:23.000Z",
3+
"dateupdated": "2023-01-18T09:03:24.000Z",
44
"name": "j-DatePicker",
55
"tags": [
66
"datepicker",

j-DatePicker/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="#datepicker">SHOW DATEPICKER: <b data-bind="form.date__html:value.format('dd.MM.yyyy')"></b></a>
1+
<a href="#datepicker">SHOW DATEPICKER: <b data-bind="form.date__html:value?value.format('dd.MM.yyyy'):DEF.empty"></b></a>
22
<div data---="datepicker__null__today:Set today;firstday:0"></div>
33

44
<script>

0 commit comments

Comments
 (0)