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>
the placeholder comes current culture info, , cannot removed, barring hacks, based on clearing underlying html input element's value programmatically.
Comments
Post a Comment