<?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: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949724#M13478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be this as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(SubField(datetime, ' ', 1), 'M/D/YYYY')) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 19:49:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-03T19:49:30Z</dc:date>
    <item>
      <title>I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949720#M13474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhuti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949720#M13474</guid>
      <dc:creator />
      <dc:date>2015-12-03T19:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949721#M13475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: floor(datetime)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949721#M13475</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-03T19:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949722#M13476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Marcus, but would add Date() function to show the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(datetime)) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949722#M13476</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-03T19:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949723#M13477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Floor(TimeStamp#(YourDateTimeField,'D/M/YYYY h:mm'))) as Date&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(Floor(TimeStamp#(YourDateTimeField,'M/D/YYYY h:mm'))) as Date &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949723#M13477</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-03T19:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949724#M13478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be this as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(SubField(datetime, ' ', 1), 'M/D/YYYY')) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949724#M13478</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-03T19:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949725#M13479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ALL, I am applying these methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949725#M13479</guid>
      <dc:creator />
      <dc:date>2015-12-03T19:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949726#M13480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(num(left(Your_Date_Field,5))) as Your_Date_Field_Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try and let me know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 20:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949726#M13480</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2015-12-03T20:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949727#M13481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working...&lt;/P&gt;&lt;P&gt;Thanks Everyone for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 07:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949727#M13481</guid>
      <dc:creator />
      <dc:date>2015-12-04T07:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949728#M13482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Mark correct and helpful answer to close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 14:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949728#M13482</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-04T14:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949729#M13483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bibhuti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark correct and helpful answer to close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949729#M13483</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2015-12-11T07:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: I have datetime in this format 7/1/2014 0:00. How to retrieve only date from this.</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949730#M13484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌that works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-datetime-in-this-format-7-1-2014-0-00-How-to-retrieve/m-p/949730#M13484</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2015-12-11T08:25:28Z</dc:date>
    </item>
  </channel>
</rss>

