function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ravi kumar 292Ravi kumar 292 

How to Get the correct Value

Hi All,

I am working on Java to Salesforce integration. I have given Date value (For example 10/10/1990) in java but its showing as 09/10/1990 in salesforce. Here i have changed the Date to Date and Time in java. Then its working fine in salesforce (I mean, able to get the correct value).

But i want to use the Date in java code.

How can i achieve this.. Please tel me asap.