New to Kendo UI for AngularStart 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 Date object into a string based on the specified format. If no format is provided, the default short date format is used.

Parameters

value

any

The date to format.

format

string | DateFormatOptions

The format string or options.

localeId?

string

(Optional) The ID of the locale which will be used instead of the default one.

Returns

any

  • The formatted date.
In this article
Methods
Not finding the help you need?
Contact Support