Hi,
I got a client application where it calls the webservices to save and
retreive dates from an Oracle database. 1 problem I've encountered is
that when a user select a certain date in the client application, when
this date got to the webservice, it got offset by 1 day (plus/minus 1
day depending on where is the user).
Is there any easy solution where the date appears and saved as it is?
i.e. user select 2nd July 2008, and the webservice gets and saves 2nd
July 2008 without doing any region offset.
Thanks,
Simon
I got a client application where it calls the webservices to save and
retreive dates from an Oracle database. 1 problem I've encountered is
that when a user select a certain date in the client application, when
this date got to the webservice, it got offset by 1 day (plus/minus 1
day depending on where is the user).
Is there any easy solution where the date appears and saved as it is?
i.e. user select 2nd July 2008, and the webservice gets and saves 2nd
July 2008 without doing any region offset.
Thanks,
Simon
Comment