<?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 Date &amp; Time format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063449#M941433</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 any one help me to convert Date &amp;amp; Time format.&lt;/P&gt;&lt;P&gt;Few values are recognized as date &amp;amp; time. How to convert every thing to make into qlik readable format,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where I can use &lt;/SPAN&gt;expressions like difference between 2 dates and between time.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Pavan. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 06:19:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-25T06:19:12Z</dc:date>
    <item>
      <title>Date &amp; Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063449#M941433</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 any one help me to convert Date &amp;amp; Time format.&lt;/P&gt;&lt;P&gt;Few values are recognized as date &amp;amp; time. How to convert every thing to make into qlik readable format,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where I can use &lt;/SPAN&gt;expressions like difference between 2 dates and between time.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Pavan. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 06:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063449#M941433</guid>
      <dc:creator />
      <dc:date>2016-01-25T06:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063450#M941434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Floor(Alt(Timestamp#(Call_Date, 'MM-DD-YYYY hh:mm:ss'),&lt;/P&gt;&lt;P&gt;Timestamp#(Call_Date, 'MM/DD/YYYY hh:mm:ss TT')))) AS Call_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time(Frac(Alt(Timestamp#(Call_Date, 'MM-DD-YYYY hh:mm:ss'),&lt;/P&gt;&lt;P&gt;Timestamp#(Call_Date, 'MM/DD/YYYY hh:mm:ss TT')))) AS CallTime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 06:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063450#M941434</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-25T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063451#M941435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this using Alt()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alt(Timestamp#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Call_Date, 'Format1'&lt;/SPAN&gt;),&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Timestamp#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Call_Date, 'Format2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;), &lt;SPAN style="font-size: 13.3333px;"&gt;Timestamp#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Call_Date, 'Format3'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: In the above replace Format1, Format2,.. with your timestamp formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063451#M941435</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-25T07:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063452#M941436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;TimeStamp(Alt(TimeStamp#(Call_Date,'DD-MM-YYYY hh:mm:ss'),TimeStamp#(Call_Date,'M/DD/YYYY h:mm:ss TT'))) as Call_DateTime,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Date(Floor(Alt(TimeStamp#(Call_Date,'DD-MM-YYYY hh:mm:ss'),TimeStamp#(Call_Date,'M/DD/YYYY h:mm:ss TT')))) as Call_Date,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Time(Frac(Alt(TimeStamp#(Call_Date,'DD-MM-YYYY hh:mm:ss'),TimeStamp#(Call_Date,'M/DD/YYYY h:mm:ss TT')))) as Call_Time&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063452#M941436</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-01-25T10:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063453#M941437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data which appears &lt;STRONG&gt;into left side is String&lt;/STRONG&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To convert it into number do like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(date#(DateField,'DD/MMM/YYYY hh:mm'),&lt;SPAN style="font-size: 13.3333px;"&gt;'DD/MMM/YYYY hh:mm')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly for your time replace &lt;STRONG&gt;date &lt;/STRONG&gt;with Time or Timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Difference b/w Date &amp;amp; Time, check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/79893"&gt;Difference between two dates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/74553" title="https://community.qlikview.com/thread/74553"&gt;time difference in qlikview | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/83817"&gt;Date/time Difference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/62971"&gt;How to calculate the time difference between two different date?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-format/m-p/1063453#M941437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T10:40:18Z</dc:date>
    </item>
  </channel>
</rss>

