<?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: Convert date from 01/01/2023 to 1 Jan 2023 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428594#M96378</link>
    <description>&lt;P&gt;Isn't there any function or some expression?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 07:39:02 GMT</pubDate>
    <dc:creator>Kartik2</dc:creator>
    <dc:date>2024-03-08T07:39:02Z</dc:date>
    <item>
      <title>Convert date from 01/01/2023 to 1 Jan 2023</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428566#M96375</link>
      <description>&lt;P&gt;How can i convert date format from&amp;nbsp;01/01/2023 to 1 Jan 2023 ?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 06:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428566#M96375</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2024-03-08T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date from 01/01/2023 to 1 Jan 2023</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428591#M96377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try that out; the abbreviation for the month depends on what you have defined in the Load Script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;date('08.01.2024', 'dd MMM YYYY')&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhanThanhSon_0-1709883012176.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161569iDBB948AF27486671/image-size/large?v=v2&amp;amp;px=999" role="button" title="PhanThanhSon_0-1709883012176.png" alt="PhanThanhSon_0-1709883012176.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards Son&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 07:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428591#M96377</guid>
      <dc:creator>PhanThanhSon</dc:creator>
      <dc:date>2024-03-08T07:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date from 01/01/2023 to 1 Jan 2023</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428594#M96378</link>
      <description>&lt;P&gt;Isn't there any function or some expression?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 07:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428594#M96378</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2024-03-08T07:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date from 01/01/2023 to 1 Jan 2023</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428598#M96379</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/289116"&gt;@PhanThanhSon&lt;/a&gt;&amp;nbsp;has pointed out, you can use the Date() function to change the way a date is formatted. In your case this expression should work both in the script and the frontend:&lt;/P&gt;
&lt;PRE&gt;Date(DateFieldWithOldFormat, 'D MMM YYYY') as&amp;nbsp;DateFieldWithNewFormat&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 07:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428598#M96379</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-03-08T07:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date from 01/01/2023 to 1 Jan 2023</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428618#M96380</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can set it in the backend like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhanThanhSon_3-1709885949587.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161581i9548051FD853FA38/image-size/large?v=v2&amp;amp;px=999" role="button" title="PhanThanhSon_3-1709885949587.png" alt="PhanThanhSon_3-1709885949587.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And in the frontend you can try this,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhanThanhSon_2-1709885901670.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161580i46D373B4C7AE99FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="PhanThanhSon_2-1709885901670.png" alt="PhanThanhSon_2-1709885901670.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards Son&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 08:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-from-01-01-2023-to-1-Jan-2023/m-p/2428618#M96380</guid>
      <dc:creator>PhanThanhSon</dc:creator>
      <dc:date>2024-03-08T08:19:18Z</dc:date>
    </item>
  </channel>
</rss>

