Skip to content

Commit efaff36

Browse files
author
pipeline
committed
bug(EJ2-418): DatePicker broken links changes are committed.
1 parent 99c4bb9 commit efaff36

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

src/datepicker/format.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131
</div>
3232
</div>
3333
<div id="description">
34-
<p>
35-
Date Formats sample illustrates the support of custom date format in DatePicker component by using the
36-
<code>format</code> property. You can also change the date format by selecting it from the format options in the properties panel.
37-
</p>
38-
<p> More information on the date format configuration can be found in this <a href="http://ej2.syncfusion.com/angular/documentation/datepicker/globalization.html#date-format" target="_blank"> documentation section</a>.
39-
</p>
34+
<p>
35+
Date Formats sample illustrates the support of custom date format in DatePicker component by using the
36+
<code>format</code> property. You can also change the date format by selecting it from the format options in the
37+
properties panel.
38+
</p>
39+
<p> More information on the date format configuration can be found in this <a href="http://ej2.syncfusion.com/angular/documentation/datepicker/globalization.html#date-format"
40+
target="_blank"> documentation section</a>.
41+
</p>
4042
</div>

src/datepicker/range.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<p>
88
Date Range sample illustrates the date selection within a specific range in a calendar by using min and max properties. Here, the date selection range was resricted within a range from 7th to 27th days in a month.
99
</p>
10-
<p>More information on the date range configuration can be found in this <a href="http://ej2.syncfusion.com/angulardocumentation/datepicker/date-range.html" target="_blank"> documentation section</a>.</p>
10+
<p>More information on the date range configuration can be found in this <a href="http://ej2.syncfusion.com/angular/documentation/datepicker/date-range.html" target="_blank"> documentation section</a>.</p>
1111
</div>

0 commit comments

Comments
 (0)