Topic by Pushpendra Kabdaula
Hi,
I am setting a custom field of data type Date/Time. I am typecasting the date frm String to Calendar and then settin it in DataValue object. As the setDateTimeValue accepts only calendar date. It is being set properly. However when this date is populated in Right Now CX portal the day is getting decremented by 1 day. For ex if I am setting date as 01/08/2012 it is being displayed as 01/07/2012 in Right Now CX portal.
Can you please help me on this?
Is it the expected behaviour or I am missing something here.