Hi,
I'm having an issue when formatting a date in my locale it-IT. I've set up angular-locale_it-it.js and kendo.culture.it-IT.min.js and my date picker looks like this:
<input kendo-date-picker
k-format="'dd/MM/yyyy'"
ng-model="model.Date"
name="Date" required />
where model.Date is coming from the server in this format: "2014-10-08T00:00:00+02:00" and is displayed as it is. I'm expecting it to be: "08/10/2014" instead.
I'm using: AngularJS v1.2.21 and Kendo UI v2014.2.1008
Do you have any suggestion?
Thanks,
Enrico
I'm having an issue when formatting a date in my locale it-IT. I've set up angular-locale_it-it.js and kendo.culture.it-IT.min.js and my date picker looks like this:
<input kendo-date-picker
k-format="'dd/MM/yyyy'"
ng-model="model.Date"
name="Date" required />
where model.Date is coming from the server in this format: "2014-10-08T00:00:00+02:00" and is displayed as it is. I'm expecting it to be: "08/10/2014" instead.
I'm using: AngularJS v1.2.21 and Kendo UI v2014.2.1008
Do you have any suggestion?
Thanks,
Enrico