Skip to content

Commit ca65bd6

Browse files
committed
Small change to demo/index.html to trigger a build.
1 parent e0ee550 commit ca65bd6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

demo/index.html

+1-7
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@
4040
displays as YYYY/MMM/DD hh:mm A
4141
<p>Stored as: {{ data.date2 }}</p>
4242
</div>
43-
<div>
44-
<label>Please enter a date:
45-
<input data-date-time-input="YYYY-MMM-DD H:mm" data-ng-model="data.date3"/>
46-
</label>
47-
displays as YYYY/MMM/DD H:mm
48-
<p>Stored as: {{ data.date3 }}</p>
49-
</div>
43+
5044

5145
<p>NB: ANY date format that moment can parse into a date will be valid input regardless of the format you specify. All of the following are valid dates.
5246
There are other date variations that are supported depending on the i18n support you loaded with moment.js</p>

0 commit comments

Comments
 (0)