+ Start a Discussion
sandeep kumar 140sandeep kumar 140 

Date Mismatch in Salesforce Java Integration

Hi All,

I am integrating Java with Salesforce. While inserting a record from java to salesforce am giving the Date of Birth field. But here am unable to get the same value in the salesforce. For example, 24/05/2016 but it is displaying 23/05/2016 in salesforce.
In Salesforce am using the data type as Date.

Please help on this. What would be the reason.