<?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 &amp; Time Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843430#M1018981</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;date(floor(date))&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;time(frac(date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 10:15:38 GMT</pubDate>
    <dc:creator>pokassov</dc:creator>
    <dc:date>2015-04-02T10:15:38Z</dc:date>
    <item>
      <title>Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843428#M1018979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to split my Date into two fields Date and Time field? &lt;/P&gt;&lt;P&gt; &lt;IMG alt="4-2-2015 3-35-44 PM.jpg" class="jive-image image-1" src="/legacyfs/online/82756_4-2-2015 3-35-44 PM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843428#M1018979</guid>
      <dc:creator />
      <dc:date>2015-04-02T10:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843429#M1018980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TimeStamp#() function for extracting Date from respective field;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for extracting date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(TimeStamp#(date,'MM/DD/YYYY HH:MM))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will extract Date in format defined in 1st main tab of scripting (Default date format for Document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further extraction of time use Hour() and Minutes() functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843429#M1018980</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2015-04-02T10:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843430#M1018981</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;date(floor(date))&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;time(frac(date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843430#M1018981</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-02T10:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843431#M1018982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;use this to get date&lt;/P&gt;&lt;P&gt;date(date#('03/23/2015 12:03','MM/DD/YYYY HH:MM'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843431#M1018982</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-04-02T10:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843432#M1018983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi @Murali srithar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date#(SubField(STARTDATETIME,' ',1),'DD/MM/YYYY') as Date,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(Date#(SubField(STARTDATETIME,' ',1),'DD/MM/YYYY')) as Month,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time(SubField(STARTDATETIME,' ',2) )as Time;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;You can also use combination of timestamp() and date()&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Like&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;date(timestamp(timestamp#(dateFieldName,''M/D/YYYY h:mm))) as NewDate&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843432#M1018983</guid>
      <dc:creator />
      <dc:date>2015-04-02T10:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843433#M1018984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this for time&lt;/P&gt;&lt;P&gt;=Date(Time#('03/23/2015 12:03','MM/DD/YYYY HH:MM'),'HH:MM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843433#M1018984</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-04-02T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843434#M1018985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date Part : DayName(date)&lt;/P&gt;&lt;P&gt;Time Part : date(date,'HH:MM:SS')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this doesnt work then try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date Part : DayName(date#(date,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'MM/DD/YYYY HH:MM'&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;Time Part : date(date#(date,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'MM/DD/YYYY HH:MM'&lt;/SPAN&gt;),'HH:MM:SS')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843434#M1018985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T10:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843435#M1018986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hey Murali, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;You can try like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, ' ',1)), 'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' ',2),'hh:mm') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load &lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; date&lt;BR /&gt; 03/24/2014 12:15&lt;BR /&gt; 04/22/2014 09:10&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="95"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" style="border: 0.5pt solid gainsboro; border-image: none; background-color: whitesmoke;" width="62"&gt;&lt;STRONG style="color: #333333; font-family: Tahoma;"&gt;NewDate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: gainsboro gainsboro gainsboro #333333; background-color: whitesmoke;" width="33"&gt;&lt;STRONG style="color: #333333; font-family: Tahoma;"&gt;Time&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: #333333 gainsboro gainsboro; background-color: white;"&gt;&lt;SPAN style="color: #333333; font-family: Tahoma;"&gt;03/24/2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: #333333 gainsboro gainsboro #333333; background-color: white;"&gt;&lt;SPAN style="color: #333333; font-family: Tahoma;"&gt;12:15&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: #333333 gainsboro gainsboro; background-color: white;"&gt;&lt;SPAN style="color: #333333; font-family: Tahoma;"&gt;04/22/2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: #333333 gainsboro gainsboro #333333; background-color: white;"&gt;&lt;SPAN style="color: #333333; font-family: Tahoma;"&gt;09:10&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843435#M1018986</guid>
      <dc:creator />
      <dc:date>2015-04-02T10:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843436#M1018987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Uday !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843436#M1018987</guid>
      <dc:creator />
      <dc:date>2015-04-02T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843437#M1018988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome Murali &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Field/m-p/843437#M1018988</guid>
      <dc:creator />
      <dc:date>2015-04-02T13:23:49Z</dc:date>
    </item>
  </channel>
</rss>

