I want to change the text month/day/year in datepicker to something else, for example, MM/dd/yyyy, but I couldn't figure out how to do it.
Can you help?
You do it by using the [format] attribute, like this:
[format]
<kendo-datepicker [format]="'dd-MMM-yyyy HH:mm:ss'" [value]="value"> </kendo-datepicker>
You can read about it in the documentation here.