I'm not sure what I'm doing wrong but cannot achieve what I'm looking for.
I'm getting a range of records by date; the filtering date is working ok, and the date field is in the output. However, the data for the field itself is wrong.
I'm doing a rest server using json, nettalk 11.04.
The answer starts something like this:
{
"SMSRestApp_ROSTERS_Range_response" : {
"app_rosters" : [
{
"rosterid" : 97525,
"rostershashmd5" : "24RT0TakMZqJkwOkrDag1g==",
"startatdate" : 0
},
{
"rosterid" : 241987,
"rostershashmd5" : "ig0G+KGl6Zo4n01J8OqqrA==",
"startatdate" : 78481
},
{
"rosterid" : 90338,
"rostershashmd5" : "BMdQQttOonBPMEPvT2Q99g==",
"startatdate" : 75646
But you see, the first startdate that is reported 0 is actually the second, the one reported 78481, and so they are displaced one record.
Also, I want it to be formatted @d12. I especified that format everywhere, but still is showing as clarion date.
Should I add hand code? If so, where? Any clue or any other advice?
Kind regards,