<?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: US date format in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243369#M1963705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but surely there must be some easier way of doing this? Isn't there a server setting somewhere? Surely not everyone who wants the dates in the Conditions displayed differently to US date format have to do this for every date field??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 14:27:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-19T14:27:33Z</dc:date>
    <item>
      <title>US date format</title>
      <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaq-p/5243365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any report that I create in desktop intelligence has a US date format mm/dd/yyyy. Even if I set a Condition in the report query panel, if the condition is a date and I set a value for the date, this is shown in US format in the Conditions panel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 17:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/us-date-format/qaq-p/5243365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T17:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: US date format</title>
      <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243366#M1963702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louis,&lt;/P&gt;&lt;P&gt;                 You can set the date format in the universe by a right click on the object in the universe and then format.There you can change the format of the date as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 06:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243366#M1963702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T06:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: US date format</title>
      <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243367#M1963703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much for your response. This works nicely in one way, but not in another. This works in displaying data on the report itself, but this doesn't work for example in the Conditions box. Here, if I select a date field formatted as dd/mm/yyyy, and I enter a condition as "xxx Equal to" and type a date e.g. "18/02/2009", this will show as "02/18/2009". Do you know what the problem is here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 10:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243367#M1963703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T10:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: US date format</title>
      <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243368#M1963704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louis,&lt;/P&gt;&lt;P&gt;               In the Universe Open the Objects.Copy the Object and paste it in the same class it would be like eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Birthday2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Object&amp;gt;Properties&amp;gt;Edit&amp;gt;SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select To_Char(Birthdate,DD/MM/YY) from Birthday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Do Not Genetate SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK .&lt;/P&gt;&lt;P&gt;Click on Export with Universe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep this Birthday2 as your filter condition in the Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243368#M1963704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T12:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: US date format</title>
      <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243369#M1963705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but surely there must be some easier way of doing this? Isn't there a server setting somewhere? Surely not everyone who wants the dates in the Conditions displayed differently to US date format have to do this for every date field??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 14:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243369#M1963705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: US date format</title>
      <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243370#M1963706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When displaying a List of Values based on Date/Time, the date is displayed in US English format (mm/dd/yyyy). This is because the date format depends on the installation language, not on the locale set in the regional settings of the system on which the server resides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the installation language was defined as US English, the format for date time objects will be in US English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the Format of LOVu2019s to DD/mm/yyyy format do the Following changes to the Registry.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Modify the locale when re-running the setup &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;Manually edit the registry:&lt;/P&gt;&lt;P&gt;1. Click Start &amp;gt; Run. The Run dialog box appears. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Type regedit in the Open field. Click OK. The Registry Editor appears &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Navigate to HKEY_LOCAL_MACHINE/Software/Business Objects/Suite 11.5/default/Shared/General/Setup/Languages/Available/EN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Edit the BOShortName key value to EN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Edit the Country key value to GB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Close the Registry Editor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close All Applications like Designer, Desktop Intelligence and open again for the changes to take effect you can see the LOVu2019s of dates changed to dd/mm/yyyy format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this Helpsu2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanksu2026.&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243370#M1963706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T16:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: US date format</title>
      <link>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243371#M1963707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much, that sorted the outstanding issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/us-date-format/qaa-p/5243371#M1963707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T16:34:42Z</dc:date>
    </item>
  </channel>
</rss>

