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
SFHackSFHack 

iPhone Date Issue: 1932-12-13

I recently deployed a force.com platform app with a custom object that has a Birth_Date__c field on it.  Our users are accessing the app mainly through the SalesForce Mobile client on the iPhone.  A user called and said the date on one of these items kept changing to 12/13/1932 every time they saved.  I had the user access the app through the web and the birthdate they picked saved OK.  However, after a few minutes when their iPhone synced again the date changed to 12/13/1932.  I queried the data and found that 22 of about 100 records have the birth date of 12/13/1932.

 

Has anyone seen anything similar to this?

SFHackSFHack
By the way, I searched through everything in the project and the Birth_Date__c field is not referenced in any workflows or field updates or apex code.