简体   繁体   中英

Date TIme Filter on Kendo UI for Angular 2

I have been facing trouble implementing datetime filter using Kendo UI for Angular 2 . Has anyone been able to work around this issue? If so please do let me know, hopefully with snippet on how to implement the same.

    <kendo-grid-column field="startTime" title="Started"
        [filter]="'date'" 
        format="{0:MM/dd/yyyy HH:mm:ss}">
    </kendo-grid-column>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM