hiiii
json dateformat showing problem. it is showing looks like that
/Date(1224043200000)/but i want like this 3-May-2014
how is it possible . plz help
Thanxxxx
/Date(1224043200000)/Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Jignesh TrivediPosted May 6, 2014, 11:40 PM
hi,
as per me this is correct date format. JSON is always contain universal format.
when this json object is converted into server side object this will converted into culture date.
If you want date like 3-May-2014 than you have to cast date to string before json object created.
hope this will help you.
Nitesh KejriwalPosted May 6, 2014, 11:04 PM