New to Kendo UI for Angular? Start a free 30-day trial
DatePipe
Formats a date value to a string based on the requested format. This pipe uses the IntlService.
ts
<ul>
<li>{{date | kendoDate }}</li>
<li>{{milliseconds | kendoDate: 'M/dd/yyy' }}</li>
<li>{{stringDate | kendoDate: 'G' }}</li>
</ul>
Methods
transform | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Converts a | ||||||||||||
| ||||||||||||
|