<?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 to DD/MM/YYYY in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440120#M97221</link>
    <description>&lt;P&gt;Thank you it worked for me !&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 10:08:12 GMT</pubDate>
    <dc:creator>Jay-IRT</dc:creator>
    <dc:date>2024-04-11T10:08:12Z</dc:date>
    <item>
      <title>Date format to DD/MM/YYYY</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440036#M97216</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1083216:18:28 AM&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I change the above format to DD/MM/YYYY&amp;nbsp; &amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 06:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440036#M97216</guid>
      <dc:creator>Jay-IRT</dc:creator>
      <dc:date>2024-04-11T06:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date format to DD/MM/YYYY</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440037#M97217</link>
      <description>&lt;P&gt;What are you expecting to see with that timestamp?&lt;/P&gt;
&lt;P&gt;Do you know from which source you are fetching it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 07:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440037#M97217</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-04-11T07:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date format to DD/MM/YYYY</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440047#M97218</link>
      <description>&lt;P&gt;If we can assume that this is a timestamp on the format&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hh:mm:ss TT then we can use that in order to present it as a date in tree steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#003300"&gt;dayname(&lt;/FONT&gt;&lt;FONT color="#339966"&gt;timestamp#(&lt;/FONT&gt; &lt;FONT color="#808000"&gt;subfield('1083216:18:28 AM',' ')&lt;/FONT&gt;&lt;FONT color="#339966"&gt;, 'hh:mm:ss')&lt;/FONT&gt;&lt;FONT color="#003300"&gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;1: &lt;FONT color="#003300"&gt;&lt;FONT color="#808000"&gt;&amp;nbsp;subfield('1083216:18:28 AM',' ')&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;picks out the timestamp excluding the AM/PM info. This part fill return&amp;nbsp;&lt;FONT color="#003300"&gt;&lt;FONT color="#808000"&gt;'1083216:18:28'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;2:&amp;nbsp;&lt;FONT color="#339966"&gt;timestamp#(&lt;/FONT&gt;[...]&lt;FONT color="#339966"&gt;, 'hh:mm:ss') &lt;/FONT&gt;inerprets the string value as a timestamp in the 'hh:mm:ss' format (or in your case its more like 'hhhhhhh:mm:ss'. The output of this is now intepreted as a timestamp, but presented as it is written&amp;nbsp; &lt;FONT color="#003300"&gt;&lt;FONT color="#808000"&gt;'1083216:18:28'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;3:&amp;nbsp;&lt;FONT color="#003300"&gt;dayname([...])&amp;nbsp; converts the timestamp into a date value and presents it as a date according to your application's default pattern. This step returns a date, having DD/MM/YYYY as default formating returns&amp;nbsp; 27/07/2023&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#003300"&gt;3 (Alternative method) Date(Floor([...]), 'DD/MM/YYYY') &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_1-1712820411973.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/163866i2B93EB846533986C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vegar_1-1712820411973.png" alt="Vegar_1-1712820411973.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 07:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440047#M97218</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-04-11T07:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date format to DD/MM/YYYY</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440120#M97221</link>
      <description>&lt;P&gt;Thank you it worked for me !&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 10:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-to-DD-MM-YYYY/m-p/2440120#M97221</guid>
      <dc:creator>Jay-IRT</dc:creator>
      <dc:date>2024-04-11T10:08:12Z</dc:date>
    </item>
  </channel>
</rss>

