<?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: how to trim off time from date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-trim-off-time-from-date/m-p/1537452#M38781</link>
    <description>If your field is a timestamp then floor(field) will do&lt;BR /&gt;if is in string format then floor(timestamp(timestamp#(field,'MM/DD/YYYY hh:mm'))) will work.</description>
    <pubDate>Wed, 30 Jan 2019 19:48:55 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-01-30T19:48:55Z</dc:date>
    <item>
      <title>how to trim off time from date</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-trim-off-time-from-date/m-p/1537449#M38780</link>
      <description>&lt;P&gt;I have a date-time field with values like:&lt;/P&gt;&lt;P&gt;1/1/2018 0:46&lt;/P&gt;&lt;P&gt;10/31/2018 18:00&lt;/P&gt;&lt;P&gt;I need to trim off the timestamp from the date.&amp;nbsp; So, I used the usual technique: floor(date(field)).&amp;nbsp; However, I get nulls returning (i.e., it doesn't trim properly).&amp;nbsp; In fact, when I just use floor(field), I still get nulls.&amp;nbsp; So, something is wrong with the floor function on my field.&amp;nbsp; How do I resolve this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-trim-off-time-from-date/m-p/1537449#M38780</guid>
      <dc:creator>skyline01</dc:creator>
      <dc:date>2024-11-16T21:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to trim off time from date</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-trim-off-time-from-date/m-p/1537452#M38781</link>
      <description>If your field is a timestamp then floor(field) will do&lt;BR /&gt;if is in string format then floor(timestamp(timestamp#(field,'MM/DD/YYYY hh:mm'))) will work.</description>
      <pubDate>Wed, 30 Jan 2019 19:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-trim-off-time-from-date/m-p/1537452#M38781</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-30T19:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to trim off time from date</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-trim-off-time-from-date/m-p/1537454#M38782</link>
      <description>You might need to add a date function before floor to get it in required format&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;DATE(date#(subfield(field,' ',1),'MM/DD/YYYY'))&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2019 19:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-trim-off-time-from-date/m-p/1537454#M38782</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-30T19:53:33Z</dc:date>
    </item>
  </channel>
</rss>

