<?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? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/340002#M125495</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;Can u please provied a sample XML file from where you are getting this particular format of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2012 06:16:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-09T06:16:22Z</dc:date>
    <item>
      <title>Date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/340001#M125494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading the data from XML file. The date format is like 40E11678DD7CC6C&amp;nbsp;&amp;nbsp;&amp;nbsp; How i can change this date into DD-MM-YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khadeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 06:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/340001#M125494</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2012-07-09T06:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/340002#M125495</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;Can u please provied a sample XML file from where you are getting this particular format of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 06:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/340002#M125495</guid>
      <dc:creator />
      <dc:date>2012-07-09T06:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/340003#M125496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to say i am unable to provide xml file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;40E11678DD7CC6C which format it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 06:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/340003#M125496</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2012-07-09T06:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/340004#M125497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khadeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a read of the following post: &lt;A href="https://community.qlik.com/message/217013"&gt;Re: How to convert date format from strange to normal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;It's a UNIX timestamp in hexadecimal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion:&lt;/P&gt;&lt;P&gt;40E40633h = 1088685619&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel formula (for example):&lt;/P&gt;&lt;P&gt;=(1088685619)/60/60/24+DATE(1970,1,1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: &lt;/P&gt;&lt;P&gt;Thursday, 2004-07-01 14:40:19&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posted by &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/sbn" id="jive-630130248863699297960"&gt;Stefan Bäckstrand&lt;/A&gt; in post I attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in essence you would need to do the above converstion then format using DATE(&amp;lt;converted date&amp;gt;, 'DD-MM-YYYY') or DATE#(&amp;lt;converted date&amp;gt;, 'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other functions as well such as Timestamp, that you could use to get the date in the right format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind the functions with the '#' take a text representation of a date. If the input date is not the right "type" then you will get '-' as a result. Thats where timestamp may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are confused with what i've said, please feel free to ask again. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I've helped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 07:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/340004#M125497</guid>
      <dc:creator />
      <dc:date>2012-07-09T07:00:44Z</dc:date>
    </item>
  </channel>
</rss>

