This will result to an error because c# variable testDate is different in format from the Javascript variable testDate
jquery:
$.getJson
url= "/Home/GetJasonData"
testDate = '1/1/2009 10:01:01:123'
controller:
void GetJasonData(DateTime testDate)
{
}