Kendo web grids have the great format feature for dates that can be used like this:
columns: format: "{0: MM/dd/yyyy"}
Maybe there is an easy way to get this formated into the regional settings that are local to the browser - maybe something involving the dateTime.toLocalString.
My questions:
1. Is there a built in telerik solution to this?
2. Has anybody solved this another way with some basic client-side only solution?
thanks.
columns: format: "{0: MM/dd/yyyy"}
Maybe there is an easy way to get this formated into the regional settings that are local to the browser - maybe something involving the dateTime.toLocalString.
My questions:
1. Is there a built in telerik solution to this?
2. Has anybody solved this another way with some basic client-side only solution?
thanks.