0
kicks
Sending DateTime Parameters from AJAX to WCF Operations (methods)
Yesterday I got stuck on a problem with a DateTime parameter I was attempting to submit to a WCF operation (method). I was trying to call call the operation using POST and the format was JSON. Here's what I finally figured out.