Dasa,
Ok, so maybe you can help me with my issue then when I query a parcel that has a Sales_Date field of type esriFieldTypeDate it has a value of 11/25/1998 and when it is returned in JSON it is 911952000000. so when I use new Date(value) I get 11/24/1998 instead??? What gives, didn't you just say that developers can simply use new date?