Hi Guys,
Since Our database is using AUS format date not US Format.I have added this in my cshtml page, but it is not working since when it pass to the controller it still get the US Date format.
my cshtml page is also inside the Kendo ui tab
i have placed the following in my cshtml page, however the controller still pick up US date format:
<script type="text/javascript" src="@Url.Content("~/Scripts/kendo/cultures/kendo.culture.en-AU.min.js")" ></script>
<script>
kendo.culture("en-AU");
</script>
Please advise
Since Our database is using AUS format date not US Format.I have added this in my cshtml page, but it is not working since when it pass to the controller it still get the US Date format.
my cshtml page is also inside the Kendo ui tab
i have placed the following in my cshtml page, however the controller still pick up US date format:
<script type="text/javascript" src="@Url.Content("~/Scripts/kendo/cultures/kendo.culture.en-AU.min.js")" ></script>
<script>
kendo.culture("en-AU");
</script>
Please advise