Here's how part of my JSON should look like:
"CreateDate":"\/Date(1062522780000-0500)\/"
This is my C# where I'm trying to create it:
"\"CreateDate\": \"" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff") + "\"," +
Any help would be greatly appreciated?