i using knockout kendo ui date time picker in 1 application , reusing same application other project here want change date time format should effect screens @ once out changing existing code in asp.net mvc5
thank in advance
if using knockout-kendo bindings, can set options globally of bindings like:
ko.bindinghandlers.kendodatepicker.options = { format: "yyyy/mm/dd" }; alternatively, set culture widgets using kendo.culture described here: http://docs.telerik.com/kendo-ui/framework/globalization/overview
Comments
Post a Comment