<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Dateformat: Date Picker configuration WebDynpro in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020748#M398396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current session locale is picked from the one which is present and has the highest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its in this order.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.URL&lt;/P&gt;&lt;P&gt;2.User ID&lt;/P&gt;&lt;P&gt;3.Browser&lt;/P&gt;&lt;P&gt;4.Default Locale Property&lt;/P&gt;&lt;P&gt;5.WD system &lt;/P&gt;&lt;P&gt;6.VM Default&lt;/P&gt;&lt;P&gt;7.Final locale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if all the values are set in dd/mm/yyyy format.&lt;/P&gt;&lt;P&gt;( Not sure if this will solve your problems &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bharathwaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bharathwaj R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2005 04:50:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-09T04:50:08Z</dc:date>
    <item>
      <title>Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaq-p/1020742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows how to change dateformat in JavaScript code of a webdynpro application?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All my applications generates the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur_system = &lt;SPAN __jive_macro_name="doc"&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change "dateformat: 1" to dateformat: 2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 17:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaq-p/1020742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T17:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020743#M398391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An application cannot change this. The date format sent to the browser is automatically derived from the session locale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which locale do you use and which date format do you expect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 18:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020743#M398391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020744#M398392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dateformat MM/dd/yyyy (US American). Let me explain my real problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;But, if I click in the input field before that in the date picker I get the right calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 19:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020744#M398392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020745#M398393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open an OSS message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 19:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020745#M398393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T19:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020746#M398394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already opened a OSS, but any idea is welcome...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 19:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020746#M398394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T19:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020747#M398395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the best idea might be to fix this bug &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 21:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020747#M398395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020748#M398396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current session locale is picked from the one which is present and has the highest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its in this order.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.URL&lt;/P&gt;&lt;P&gt;2.User ID&lt;/P&gt;&lt;P&gt;3.Browser&lt;/P&gt;&lt;P&gt;4.Default Locale Property&lt;/P&gt;&lt;P&gt;5.WD system &lt;/P&gt;&lt;P&gt;6.VM Default&lt;/P&gt;&lt;P&gt;7.Final locale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if all the values are set in dd/mm/yyyy format.&lt;/P&gt;&lt;P&gt;( Not sure if this will solve your problems &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bharathwaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bharathwaj R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 04:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020748#M398396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T04:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dateformat: Date Picker configuration WebDynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020749#M398397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All my settings has en_US (MM/dd/yyyy).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 12:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dateformat-date-picker-configuration-webdynpro/qaa-p/1020749#M398397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T12:27:18Z</dc:date>
    </item>
  </channel>
</rss>

