Hi:
I am trying to return a view from a file using NetWebServiceMethod and one of the fields has a date. When i see the return, i just see the Clarion date not formatted.
I know i am missing something, but how can i format that field to return the formatted date in the XML?
Thanks for your help!
HTTP/1.1 200 OK
Date: Mon, 29 Dec 2014 14:58:35 GMT
Server: NetTalk-WebServer/8.32
Content-Length: 1486
Content-Type: text/xml
Set-Cookie: SESSIONID=t2g8ZKh2s83Hv36Ksa6g7BoV11vjUm; path=/; HttpOnly
Connection: close
X-Frame-Options: sameorigin
<?xml version="1.0" encoding="utf-8"?>
<RequistionsByPatient_response>
<Results>
<RRH_ACCOUNTNUMBER>1</RRH_ACCOUNTNUMBER>
<RRH_REQUESTNUMBER>1</RRH_REQUESTNUMBER>
<RRH_DATEORDER>76392</RRH_DATEORDER>
<RRH_PATIENT1STLASTNAME>LASTNAME</RRH_PATIENT1STLASTNAME>
<RRH_PATIENT2NDLASTNAME/>
<RRH_PATIENTNAME>NAME</RRH_PATIENTNAME>
<RRH_PATIENTINITIAL/>
</Results>
<Results>
</RequistionsByPatient_response>