<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615463#M547995</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;date(date#(fieldname,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 11:18:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-06T11:18:38Z</dc:date>
    <item>
      <title>Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615462#M547994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have date in the following format including time stamp.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="108"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="30" width="108"&gt;29/09/2013 09:15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;When I load this date field in qvw file it is represented in the following format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;41487.4638888889&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to separate time stamp and date in order to use only date as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615462#M547994</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615463#M547995</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;date(date#(fieldname,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615463#M547995</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615464#M547996</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 this&lt;/P&gt;&lt;P&gt;in script-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(datefieldname,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm') as datefield&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;example--&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in text box&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;Date(Date#('29/09/2013 09:15','DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615464#M547996</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615465#M547997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Date() function, below is sample&lt;/P&gt;&lt;P&gt;Date(datefield,'DD-MM-YYYY') for date&lt;/P&gt;&lt;P&gt;Date(datefield,'hh:mm') for timestamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615465#M547997</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-02-06T11:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615466#M547998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hannan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Floor(DateField) As Dates -&amp;gt; return &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;41487&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work"&gt;this&lt;/A&gt; and &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/07/get-the-dates-right"&gt;this&lt;/A&gt; for details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sokkorn&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615466#M547998</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-06T11:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615467#M547999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishwaranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove the time stamp from the date preserving the actual date ..&amp;nbsp; I dont want timestamp in my date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615467#M547999</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615468#M548000</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: 12px;"&gt;I have date like this in excel file &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: 12px;"&gt;29/09/2013 09:15&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: 12px;"&gt;and when excel file is Loaded in the qvw it shows &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;41487.4638888889&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; 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: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I want to remove time stamp from my date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I have this '29/09/2013 09:15' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I want this '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;29/09/2013' in my qvw.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615468#M548000</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615469#M548001</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date(date#(fieldname,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY') as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;time(time#(fieldname,'DD/MM/YYYY hh:mm'),'hh:mm') as Time&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615469#M548001</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-06T11:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615470#M548002</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;STRONG&gt;Date(Date#(datefieldname,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY') as datefield&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615470#M548002</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615471#M548003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hannan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That very clear. This one should do your job&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Floor(DateField)) As Dates&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sokkorn&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615471#M548003</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-06T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615472#M548004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried it already but its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615472#M548004</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615473#M548005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working but my number of entries have been reduced. Count of date is not the same after applying this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615473#M548005</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615474#M548006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615474#M548006</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-06T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615475#M548007</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 this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aggr(nodistinct Date(Floor(DateField)), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Floor(DateField)))&lt;/SPAN&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;"&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;"&gt;*********************************************&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615475#M548007</guid>
      <dc:creator />
      <dc:date>2014-02-06T11:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615476#M548008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surely you will have fewer dates... as the granularity has been decreased to day, without time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615476#M548008</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-06T14:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615477#M548009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your count expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 01:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615477#M548009</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-07T01:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615478#M548010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor519"&gt;&lt;/A&gt;&lt;A name="DayStart"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;From the Help Manual:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;DayStart(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;timestamp [, shift = 0 [, dayoffset = 0]]&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns a value corresponding to a timestamp with the first millisecond of the day contained in &lt;SPAN class="Italic"&gt;timestamp&lt;/SPAN&gt;. The default output format will be the &lt;SPAN class="Italic"&gt;TimestampFormat&lt;/SPAN&gt; set in the script. &lt;SPAN class="Italic"&gt;Shift&lt;/SPAN&gt; is an integer, where the value 0 indicates the day which contains &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;. Negative values in &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt; indicate preceding days and positive values indicate succeeding days. If you want to work with days not starting midnight, indicate an offset in fraction of a day in dayoffset, e.g 0.125 to denote 3am.&lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;STRONG&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;daystart ( '2006-01-25 16:45' )&lt;/SPAN&gt; returns '2006-01-25 00:00:00' with an underlying numeric value corresponding to '2006-01-25 00:00:00.000'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;daystart ( '2006-01-25 16:45', -1 )&lt;/SPAN&gt; returns '2006-01-24 00:00:00' with an underlying numeric value corresponding to '2006-01-24 00:00:00.000'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;daystart ('2006-01-25 16:45', 0, 0.5 )&lt;/SPAN&gt; returns '2006-01-25 12:00:00' with an underlying numeric value corresponding to '2006-01-25 12:00:00.000'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 03:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615478#M548010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T03:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615479#M548011</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;SPAN style="color: #008000; font-size: 8pt;"&gt;Try using this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;subfield(F1,' ',1) as date1&lt;/P&gt;&lt;P&gt;this is will just remove the timestamp. But your field should be date format.&lt;/P&gt;&lt;P&gt;DD/MM/YYYY hh:mm&lt;/P&gt;&lt;P&gt;And this will not reduce the count of dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;-Shruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 04:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/615479#M548011</guid>
      <dc:creator />
      <dc:date>2014-02-07T04:50:28Z</dc:date>
    </item>
  </channel>
</rss>

