<?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 How to change the date format in QV? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243776#M93038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a table from which a date value is fetched in the format 'mm/dd/yyyy'. I've stored this value in a variable and want to change the format to 'yyyy-mm-dd' to pass it to some other SQL.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2011 14:17:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-21T14:17:22Z</dc:date>
    <item>
      <title>How to change the date format in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243776#M93038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a table from which a date value is fetched in the format 'mm/dd/yyyy'. I've stored this value in a variable and want to change the format to 'yyyy-mm-dd' to pass it to some other SQL.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 14:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243776#M93038</guid>
      <dc:creator />
      <dc:date>2011-11-21T14:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date format in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243777#M93039</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,'YYYY-MM-DD')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 14:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243777#M93039</guid>
      <dc:creator />
      <dc:date>2011-11-21T14:19:23Z</dc:date>
    </item>
    <item>
      <title>How to change the date format in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243778#M93040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use date# function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 14:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243778#M93040</guid>
      <dc:creator />
      <dc:date>2011-11-21T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date format in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243779#M93041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Date(Date#([your date field]),'YYYY-MM-DD')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 04:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243779#M93041</guid>
      <dc:creator />
      <dc:date>2013-01-14T04:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the date format in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243780#M93042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One more alternative is Go to...........&lt;/P&gt;&lt;P&gt;Setting-&amp;gt; Document Property -&amp;gt;Number-&amp;gt;Select Filed-&amp;gt;Select Number format setting = Date -&amp;gt;apply your Format pattern like 'YYYY-MM-DD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 06:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-date-format-in-QV/m-p/243780#M93042</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-01-14T06:20:33Z</dc:date>
    </item>
  </channel>
</rss>

