1

I need to set the kendo angular datepicker input field to a date value with a particular date format when my angular model is holding a string date value like "2014-08-21T11:27:04". can anyone please help?

tntv
  • 118
  • 1
  • 1
  • 8

1 Answers1

0

You can use a date filter to change the model with defined date/time format in JavaScript or in HTML templates.

There is a lot of elements which can be used to compose a date string, so visit the official docs, where everything is well described.

iamkd
  • 94
  • 1
  • 5