
Hi,
i have retrieved a date value using odata.but it is showing the value as 1385970000(string value)
how can i convert this to date and assign to a field. it should be displayed in a date format in my date field..
any suggestions on this pls
*This post is locked for comments
I have the same question (0)Refer below code
var date = new Date(1385970000);
date = date.toString("dd mm yyyy hh mm ss");
Thanks,
Vijay Waghmare