cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dateformat: Date Picker configuration WebDynpro

Former Member
0 Likes
884

Hi,

Anybody knows how to change dateformat in JavaScript code of a webdynpro application?.

All my applications generates the following code:

ur_system = ;

I need to change "dateformat: 1" to dateformat: 2".

Thanks.

View Entire Topic
Former Member
0 Likes

Hi,

I have dateformat MM/dd/yyyy (US American). Let me explain my real problem:

I have a web dynpro applicantion with a input field with a date picker. I always get as a default the wrong date in the date picker (the input field value is fine). For example if the input field value is 08/09/2005 the date picker shows september and it should shows august. It means that the javascript program for the date picker is taking the dd/MM/yyyy format instead of MM/dd/yyyy.

But, if I click in the input field before that in the date picker I get the right calendar.

Thanks in advance.

Former Member
0 Likes

Open an OSS message.

Armin