DateFormat for Kendo DatePicker -


how can format kendo date picker mm/dd/yyyy in angular. how can can remove month/dd/yyyy watermark date picker

you can bind datepicker format input , provide desired formatting string, e.g.:

 <kendo-datepicker                   [format]="'mm/dd/yyyy'"                   ...               ></kendo-datepicker> 

example

the placeholder comes current culture info, , cannot removed, barring hacks, based on clearing underlying html input element's value programmatically.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -