Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Java Development
- :
- For data input to the custom date field
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
For data input to the custom date field
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-22-2012 05:52 AM
Hi, Comunity!
I am trying to update the record using the SOAP API.
But when I put the dates in a custom date field, registered in the date one day prior.
Example)
I want to register the day: 2012/08/02
Days that are actually registered: 2012/08/01
I described the results of the trace.
java.util.GregorianCalendar[time=1343833200000,areFieldsSet=true,areAllFieldsSet=true,lenient=true,z one=sun.util.calendar.ZoneInfo[id="Asia/Tokyo",off set=32400000,dstSavings=0,useDaylight=false,transi tions=10,lastRule=null],firstDayOfWeek=1,minimalDa ysInFirstWeek=1,ERA=1,YEAR=2012,MONTH=7,WEEK_OF_YE AR=31,WEEK_OF_MONTH=1,DAY_OF_MONTH=2,DAY_OF_YEAR=2 15,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=1,AM_PM=0,HO UR=0,HOUR_OF_DAY=0,MINUTE=0,SECOND=0,MILLISECOND=0 ,ZONE_OFFSET=32400000,DST_OFFSET=0
Please help me.
Regards,
Solved! Go to Solution.
Re: For data input to the custom date field
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-22-2012 06:09 AM
You might need to express the date in GMT, which is what Salesforce uses internally.
Re: For data input to the custom date field
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-23-2012 11:07 PM
Sorry for the late reply.
Thank you for letting me know.
It it was a known issue with Dataloader.
I decided to finally date plus one day.
Thanks for your help on this.

