Hi, I'm trying to remotely bind a grid through json.
Here is a sample of my json:
[{"dateadded":"October, 29 2009 13:45:00"}]
my grid, with this as a template:
#= kendo.toString(dateadded,"MM/dd/yyyy") #
is displaying as this:
10/01/2029
I'm using coldfusion to serialize my json and its being pulled from a datetime format field. If I manipulate the data before it gets serialized to reflect mm/dd/yyyy then its ok. I still want to make sure it sorts correctly too.
any guidance to what I could be doing wrong?
Here is a sample of my json:
[{"dateadded":"October, 29 2009 13:45:00"}]
my grid, with this as a template:
#= kendo.toString(dateadded,"MM/dd/yyyy") #
is displaying as this:
10/01/2029
I'm using coldfusion to serialize my json and its being pulled from a datetime format field. If I manipulate the data before it gets serialized to reflect mm/dd/yyyy then its ok. I still want to make sure it sorts correctly too.
any guidance to what I could be doing wrong?