The date value that comes in the results of a FetchXML request cant really be used in its form as its just a UTC sting.... really useless if you want to do some Date Comparision work on it.
if you use ParseDate(datefromfetchxml) it will convert it into a javascript date for use on your form.