How can i convert the javascript date to Json date format,
let see the same example here
my json date format = 1388923658000
Javascript date format =Sun Jan 05 2014 15:07:38 GMT+0300 (Arab Standard Time)
Now my question is, if i pass the current date means i need to return in json date format..
can you help me to solve this issue