<?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 format conversion problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437525#M163149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the date field&amp;nbsp; in the format&amp;nbsp; '10/20/2013 23:34:00', now I want to convert the above date field into only date format without any time like '10/20/2013'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 16:30:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-09T16:30:04Z</dc:date>
    <item>
      <title>Date format conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437525#M163149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the date field&amp;nbsp; in the format&amp;nbsp; '10/20/2013 23:34:00', now I want to convert the above date field into only date format without any time like '10/20/2013'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 16:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437525#M163149</guid>
      <dc:creator />
      <dc:date>2013-04-09T16:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date format conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437526#M163150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To get only the Date Format , try the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date('&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800002098083496px; background-color: #ffffff;"&gt;10/20/2013 23:34:00&lt;/SPAN&gt;'&amp;nbsp; , 'MM/DD/YYYY')&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is anything .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 17:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437526#M163150</guid>
      <dc:creator />
      <dc:date>2013-04-09T17:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date format conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437527#M163151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need the time part, it is always a good idea to remove it in the script:&lt;/P&gt;&lt;P&gt;date(&lt;STRONG&gt;floor&lt;/STRONG&gt;(&amp;lt;your timestamp field&amp;gt;), 'MM/DD/YYYY') as Date.&lt;/P&gt;&lt;P&gt;You'll save some memory this way, expecially if you have a lot of values in this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 19:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437527#M163151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-09T19:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date format conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437528#M163152</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 &lt;STRONG&gt;Timestamp(timestamp#('10/20/2013 23:34:00','MM/DD/YYYY hh:mm:SS') , 'MM/DD/YYYY') &lt;/STRONG&gt;i think its helpfull for you&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 11:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion-problem/m-p/437528#M163152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T11:02:14Z</dc:date>
    </item>
  </channel>
</rss>

