<?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 to date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321001#M840368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(date#(YOURDATEFIELD,'M/D/YYYY h:mm')),'MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 20:06:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-10T20:06:37Z</dc:date>
    <item>
      <title>convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321000#M840367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just attached the Date file in Excel. I tried the below suggestions, but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I have below data in Excel, the default format is not date. I would like to&amp;nbsp; keep only the date and change the format to&amp;nbsp; MM/DD/YYYY after loading into Qlik. I tried &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(floor(date#(Date,'M/D/YYYY h:mm')),'MM/DD/YYYY'), but no luck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS, in Excel it actually is 9/30/2015&amp;nbsp; 12:00:00 AM, but displayed as 9/30/2015 0:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="106"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19" width="106"&gt;6/30/2015 0:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;7/31/2015 0:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;8/31/2015 0:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;9/30/2015 0:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;10/31/2015 0:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;11/30/2015 0:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;12/31/2015 0:00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321000#M840367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321001#M840368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(date#(YOURDATEFIELD,'M/D/YYYY h:mm')),'MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 20:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321001#M840368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T20:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321002#M840369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using Date# and Floor, no luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 20:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321002#M840369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T20:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321003#M840370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for me it works, I forced text()&amp;nbsp; because I don't know whats your default date format...&lt;/P&gt;&lt;P&gt;If your default dateformat fits, then you don't have to convert anything at all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;floor&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;date#&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Datefield&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'M/D/YYYY h:mm')),'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Datefield&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;text&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Datefield&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Datefield&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Datefield&lt;BR /&gt; 6/30/2015 0:00&lt;BR /&gt; 7/31/2015 0:00&lt;BR /&gt; 8/31/2015 0:00&lt;BR /&gt; 9/30/2015 0:00&lt;BR /&gt; 10/31/2015 0:00&lt;BR /&gt; 11/30/2015 0:00&lt;BR /&gt; 12/31/2015 0:00&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 20:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321003#M840370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T20:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321004#M840371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide Excel file values. And look below may be help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3102"&gt;QlikView Date fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 05:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321004#M840371</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-11T05:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321005#M840372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ze Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a datasheet with you dates on excel and uploaded them to Qlik Sense and true enough, the fields are saved as your order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do follow the steps below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Click 'edit this table' in the Data Manager&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162878_1.png" style="height: 287px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;2. Click the date symbol &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/162879_2.png" style="height: 287px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;3. Click the display format to MM/DD/YYYY&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/162880_3.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, let me know if this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 05:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321005#M840372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-11T05:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321006#M840373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realised that you are using Qlik View instead, my apologies.&lt;/P&gt;&lt;P&gt;Still, if there is any functionality of Qlik View which allows you to prepare the data before loading it in, it should be capable of changing the display format. Otherwise, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(date#(Date,'M/D/YYYY h:mm'),'MM/DD/YYYY') should work.&lt;/SPAN&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;You can try to troubleshoot this first by keying in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date#(Date,'M/D/YYYY h:mm') and seeing it QlikView recognises if as the correct date format (output should be a number), play around with values such as M/DD/YYYY h:mm or M/D/YYYY hh:mm, once you get the first part right, you should be able to display in as your desired format thereafter.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Gaston&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 06:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321006#M840373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-11T06:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321007#M840374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Try This one&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;date(timestamp#([start_date],'M/D/YYYY h:mm'), 'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 06:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321007#M840374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-11T06:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321008#M840375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide Some Data in Excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 06:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321008#M840375</guid>
      <dc:creator>brijeshvma</dc:creator>
      <dc:date>2017-05-11T06:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321009#M840376</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;If data in AM and PM as well..So try with This&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-GB" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;floor&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;date#&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Datefield&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;,'M/D/YYYY h:mm&lt;STRONG&gt; TT'&lt;/STRONG&gt;)),'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Datefield&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;As well its not working so please provide Excel for the same&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 07:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321009#M840376</guid>
      <dc:creator>brijeshvma</dc:creator>
      <dc:date>2017-05-11T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321010#M840377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ze Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(SubField(Data,' ',1),'MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 08:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1321010#M840377</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-05-11T08:08:08Z</dc:date>
    </item>
  </channel>
</rss>

