cancel
Showing results for 
Search instead for 
Did you mean: 

SelectedDate Problem

Former Member
0 Kudos

Hi

I have a Date Picker Problem it selects the previous date of the selected date I have searched in the forum but all the messages related to my problem are not solved.

Please could you tell me what to do to resolve this problem?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes!!

former_member182374
Active Contributor
0 Kudos

I had this problem a year ago.

I've managed to solve it by OSS.

Go to:

/usr/sap/<SID>/JC<XX>/j2ee/configtool

and open file config.properties using a simple editor. Then, search for property rdbms.driverLocation.

This will tell you the location of the classes12.jar.

You need to replace this file with classes12.jar version 10.2.0.1 (tell it to your system administrator).

Also, refer to note 867976 (the note will tell you to where copy the file).

Restart server and problem should be solved.

Regards,

Omri

Answers (4)

Answers (4)

former_member182374
Active Contributor
0 Kudos

Hi Jorge,

Does it select the day before the date you selected?

for example: You select 11-Apr-07 and the date you see is 10-Apr-07?

Does your WAS DB is Oracle?

Omri

Former Member
0 Kudos

Please. award points are waiting for you.

Former Member
0 Kudos

Yes

Former Member
0 Kudos

how do you pick the date?

is it by input field bound with a context attribute of type date?

Regards

AM