<?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 convert GMT format to date format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/convert-GMT-format-to-date-format/m-p/1934454#M76977</link>
    <description>&lt;P&gt;Dear community,&lt;/P&gt;
&lt;P&gt;I want to convert a field in this format 'Fri Apr 02 00:00:00 GMT 2021' to a date format, like this '02.04.2021'&lt;/P&gt;
&lt;P&gt;Thanks for any help&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 19:53:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-23T19:53:43Z</dc:date>
    <item>
      <title>convert GMT format to date format</title>
      <link>https://community.qlik.com/t5/App-Development/convert-GMT-format-to-date-format/m-p/1934454#M76977</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;
&lt;P&gt;I want to convert a field in this format 'Fri Apr 02 00:00:00 GMT 2021' to a date format, like this '02.04.2021'&lt;/P&gt;
&lt;P&gt;Thanks for any help&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 19:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/convert-GMT-format-to-date-format/m-p/1934454#M76977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-23T19:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: convert GMT format to date format</title>
      <link>https://community.qlik.com/t5/App-Development/convert-GMT-format-to-date-format/m-p/1934677#M76994</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;date(&lt;BR /&gt;makedate(right('Fri Apr 02 00:00:00 GMT 2021',4), // to get year&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;num(month(date#(&lt;BR /&gt;subfield('Fri Apr 02 00:00:00 GMT 2021',' ',2),&lt;BR /&gt;'MMM'))), // To get Month&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;subfield('Fri Apr 02 00:00:00 GMT 2021',' ',3) // to get Day&amp;nbsp;&lt;BR /&gt;),'DD/MM/YYYY')&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;replace&amp;nbsp;&lt;SPAN&gt;'Fri Apr 02 00:00:00 GMT 2021' by your actual date dimension&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Result :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brunobertels_0-1653385178290.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80131iB420F4408DACBDED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brunobertels_0-1653385178290.png" alt="brunobertels_0-1653385178290.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 09:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/convert-GMT-format-to-date-format/m-p/1934677#M76994</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2022-05-24T09:41:01Z</dc:date>
    </item>
  </channel>
</rss>

