<?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 How to change a date field date format? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130352#M601367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When loaded to the qvw - my date field data has convert to 10OCT2018. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change the date format to 10/10/2018, how to change it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried on this formula, but the result came out was empty, nothing is out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; date(date#(my_date,'ddmmmyyyy'),'dd-mmm-yyyy') as my_date1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part is wrong???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2018 10:25:22 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2018-10-03T10:25:22Z</dc:date>
    <item>
      <title>How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130352#M601367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When loaded to the qvw - my date field data has convert to 10OCT2018. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change the date format to 10/10/2018, how to change it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried on this formula, but the result came out was empty, nothing is out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; date(date#(my_date,'ddmmmyyyy'),'dd-mmm-yyyy') as my_date1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part is wrong???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130352#M601367</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-03T10:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130353#M601368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;date(date#(my_date, 'ddMMMyyyy'), 'dd/MM/yyyy') as my_date1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130353#M601368</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-03T10:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130354#M601369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, Thanks again! long time no see! if you still remember me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;haha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130354#M601369</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-03T10:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130355#M601370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;my_date&lt;/SPAN&gt;,'ddMMMyyyy'),'dd/MM/yyyy')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130355#M601370</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-10-03T10:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130356#M601371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another file - but date format is as below, it has timestamp as well, so how to change it to 10/10/2018?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date data as this: 10OCT2018:15:37:56&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130356#M601371</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-03T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130357#M601372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(Date#(DateField, 'DDMMMYYYY:hh:mm:ss')), 'DD/MM/YYYY') as DateField&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130357#M601372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-03T10:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130358#M601373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks bro, i will try it out, then let u know bro!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130358#M601373</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-03T10:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a date field date format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130359#M601374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bro.! Its correct! thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 01:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-date-field-date-format/m-p/130359#M601374</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-04T01:45:49Z</dc:date>
    </item>
  </channel>
</rss>

