cancel
Showing results for 
Search instead for 
Did you mean: 

Dateformat: Date Picker configuration WebDynpro

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

All my settings has en_US (MM/dd/yyyy).

Former Member
0 Kudos

Hi,

I already opened a OSS, but any idea is welcome...

Former Member
0 Kudos

Well, the best idea might be to fix this bug

Armin

Former Member
0 Kudos

Hi,

The current session locale is picked from the one which is present and has the highest priority

Its in this order..

1.URL

2.User ID

3.Browser

4.Default Locale Property

5.WD system

6.VM Default

7.Final locale

Check if all the values are set in dd/mm/yyyy format.

( Not sure if this will solve your problems )

Regards

Bharathwaj

Message was edited by: Bharathwaj R

Former Member
0 Kudos

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 Kudos

Open an OSS message.

Armin

Former Member
0 Kudos

An application cannot change this. The date format sent to the browser is automatically derived from the session locale.

Which locale do you use and which date format do you expect?

Armin