I am using Knockout kendo ui date time picker in one application and am reusing same application for other project here i want to change the date time format which should effect all the screens at once with out changing the existing code in asp.net mvc5
Thank You In Advance
If you are using the
knockout-kendobindings, then you can set options globally for any of the bindings like:Alternatively, you could set the culture for all widgets using
kendo.cultureas described here: http://docs.telerik.com/kendo-ui/framework/globalization/overview