<?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>topic Re: Date format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-format/m-p/1923360#M75998</link>
    <description>&lt;P&gt;If the date is an actual date field in Excel, it's not in any language - it's actually numeric and language shouldn't be a problem.&lt;/P&gt;
&lt;P&gt;If the "date" in excel is actually a string of text, the quickest workaround is probably to just replace the month part using a match statement. I don't know the month names in Spanish but for English it'd be along the lines of:&lt;/P&gt;
&lt;P&gt;MakeDate(Right(Date,4),Match(Mid(Date,4,3),'Jan','Feb','Mar'),Left(Date,2)) // Note - type in all 12 months, not just the three, and as they appear in the file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 12:37:53 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-04-27T12:37:53Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format/m-p/1923336#M75994</link>
      <description>&lt;P&gt;Hello! In the dashboad that I am creating I import data from an excel file that cannot be edited. In my graphs I show the date in the format DD-MMM-YYYY, but it is being displayed in Spanish (because the data imported from excel is in Spanish). I tried changing the environment variables so that the English version would show, but when I do so the date is no longer displayed in the graphs. Apparently Qlikview does not recognise the date field in Spanish if the environment variables are in English... Any idea of how I could import the date field (that is in Spanish) and display it in English?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 11:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format/m-p/1923336#M75994</guid>
      <dc:creator>antupe</dc:creator>
      <dc:date>2022-04-27T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format/m-p/1923360#M75998</link>
      <description>&lt;P&gt;If the date is an actual date field in Excel, it's not in any language - it's actually numeric and language shouldn't be a problem.&lt;/P&gt;
&lt;P&gt;If the "date" in excel is actually a string of text, the quickest workaround is probably to just replace the month part using a match statement. I don't know the month names in Spanish but for English it'd be along the lines of:&lt;/P&gt;
&lt;P&gt;MakeDate(Right(Date,4),Match(Mid(Date,4,3),'Jan','Feb','Mar'),Left(Date,2)) // Note - type in all 12 months, not just the three, and as they appear in the file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format/m-p/1923360#M75998</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-04-27T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format/m-p/1924448#M76093</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 09:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format/m-p/1924448#M76093</guid>
      <dc:creator>antupe</dc:creator>
      <dc:date>2022-04-29T09:57:16Z</dc:date>
    </item>
  </channel>
</rss>

