<?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: Timestamp, Datestamp, Time, Date etc etc etc in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942603#M324942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replies all but nothing is working.&amp;nbsp; Settu well spotted there are indeed two spaces between the date element and the time element, this is in the raw data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I could use text commands such as Left and Mid to extract something useable but I'd rather crack this so I can refer to the methodology in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will read up a bit more to see if I can get a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 16:05:23 GMT</pubDate>
    <dc:creator>dmac1971</dc:creator>
    <dc:date>2015-11-19T16:05:23Z</dc:date>
    <item>
      <title>Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942597#M324936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need a definitive guide on extracting date and time from a timestamp, having diffs with it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data comes in from a csv file, in the file the data is displayed as "01/07/2015&amp;nbsp; 06:53:00", once imported into QV without any changes the format changes to "01-07-2015&amp;nbsp; 06:53:00".&amp;nbsp; So it looks like QV has recognised the data as a date etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;To extract a workable date I'm using :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Date(&lt;SPAN style="color: #0000ff;"&gt;Timestamp#&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Start Date and Time]&lt;/SPAN&gt;,'DD-MM-YYYY')) &lt;SPAN style="color: #0000ff;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;StartDate&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And this seems to work ok as I can then generate my calendar etc.&amp;nbsp; How do I extract the time, and just the time?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942597#M324936</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2015-11-19T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942598#M324937</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: 13.3333px;"&gt;Try this:&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: 13.3333px;"&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: 13.3333px;"&gt;Date&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Date(Floor(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Timestamp#([Start Date and Time],'DD-MM-YYYY hh:mm:ss'))) As StartDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Time(Frac(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Timestamp#([Start Date and Time],'DD-MM-YYYY hh:mm:ss'))) As StartTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942598#M324937</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-19T15:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942599#M324938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gives me nothing, thanks though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942599#M324938</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2015-11-19T15:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942600#M324939</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Date&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Date(Floor(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Timestamp#([Start Date and Time],'&lt;SPAN style="color: #ff0000;"&gt;DD/MM/YYYY&lt;/SPAN&gt; hh:mm:ss'))) As StartDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;Time&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Time(Frac(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Timestamp#([Start Date and Time],'&lt;SPAN style="color: #ff0000;"&gt;DD/MM/YYYY&lt;/SPAN&gt; hh:mm:ss'))) As StartTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Date(Floor(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;[Start Date and Time])) As StartDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;Time&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Time(Frac(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;[Start Date and Time])) As StartTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942600#M324939</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-19T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942601#M324940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your Data...&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;&lt;BR /&gt;&lt;/STRONG&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: 13px;"&gt;&lt;STRONG&gt;"01/07/2015&amp;nbsp; 06:53:00"&amp;nbsp; &lt;/STRONG&gt;(did you copy&amp;nbsp; this or just manual type)&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;&lt;STRONG&gt;- &lt;/STRONG&gt;2 space between Date and Time (if it is single space, Sunny's suggestion will 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;&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: 13px;"&gt;=Timestamp(Timestamp#('01/07/2015 06:53:00','DD/MM/YYYY hh:mm:ss'),'hh:mm:ss')&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;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942601#M324940</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-19T15:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942602#M324941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These blogs detail how to process Date &amp;amp; Time data correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="2622" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/07/get-the-dates-right"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/07/get-the-dates-right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="3102" data-objecttype="102" href="https://community.qlik.com/docs/DOC-3102"&gt;https://community.qlik.com/docs/DOC-3102&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942602#M324941</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-19T15:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942603#M324942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replies all but nothing is working.&amp;nbsp; Settu well spotted there are indeed two spaces between the date element and the time element, this is in the raw data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I could use text commands such as Left and Mid to extract something useable but I'd rather crack this so I can refer to the methodology in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will read up a bit more to see if I can get a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942603#M324942</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2015-11-19T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942604#M324943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment should show time formats.&amp;nbsp; Still struggling, there are indeed two spaces between date and time in the timestamp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942604#M324943</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2015-11-19T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942605#M324944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with two spaces where we specify format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Date&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Date(Floor(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Timestamp#([Start Date and Time],'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;DD/MM/YYYY &lt;/SPAN&gt; hh:mm:ss'))) As StartDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;Time&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Time(Frac(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Timestamp#([Start Date and Time],'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;DD/MM/YYYY &lt;/SPAN&gt; hh:mm:ss'))) As StartTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942605#M324944</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-19T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942606#M324945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works on your csv file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;LOAD [Start Date and Time],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Timestamp#([Start Date and Time],'DD/MM/YYYY hh:mm')) AS [Start Time],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Timestamp#([Start Date and Time],'DD/MM/YYYY hh:mm')) AS [Start Date],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [End Date and Time],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Timestamp#([End Date and Time],'DD/MM/YYYY hh:mm')) AS [End Time],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Timestamp#([End Date and Time],'DD/MM/YYYY hh:mm')) AS [End Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;FROM [callLog_18-11-2015_18-11-2015.csv](txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Produces this in a Table Box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Time and Date thread192159.jpg" class="jive-image image-1" height="268" src="/legacyfs/online/106108_Time and Date thread192159.jpg" style="height: 268px; width: 388.283px;" width="388" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942606#M324945</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-19T16:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Datestamp, Time, Date etc etc etc</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942607#M324946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this with 2 space between yyyy and hh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=timestamp(timestamp#(field,'DD/MM/YYYY&amp;nbsp; hh:mm:ss'),'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Datestamp-Time-Date-etc-etc-etc/m-p/942607#M324946</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-19T16:43:08Z</dc:date>
    </item>
  </channel>
</rss>

