<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859973#M1004360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malhar,&lt;/P&gt;&lt;P&gt;Can you share your query. You can use the Date() or Date#() Function in the Load statement while pulling the data from Oracle database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 15:26:48 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2015-05-27T15:26:48Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859972#M1004359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to convert date format in oracle query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859972#M1004359</guid>
      <dc:creator />
      <dc:date>2015-05-27T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859973#M1004360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malhar,&lt;/P&gt;&lt;P&gt;Can you share your query. You can use the Date() or Date#() Function in the Load statement while pulling the data from Oracle database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859973#M1004360</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2015-05-27T15:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859974#M1004361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You asked the same question here too:&amp;nbsp; &lt;A href="https://community.qlik.com/thread/165617"&gt;Date Format in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859974#M1004361</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-27T15:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859975#M1004362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expanding what vishsaggi said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your date format is '11-Sep-1999', you can use &lt;SPAN style="color: #3366ff;"&gt;Date#&lt;/SPAN&gt;(&lt;SPAN style="color: #ff9900;"&gt;YourDateField&lt;/SPAN&gt;, 'DD-MMM-YYY'). This will tell QlikView what format the date is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to give it a new format, use &lt;SPAN style="color: #3366ff;"&gt;Date()&lt;/SPAN&gt; alongside with &lt;SPAN style="color: #3366ff;"&gt;Date#()&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;Date#&lt;/SPAN&gt;(&lt;SPAN style="color: #ff9900;"&gt;YourDateField&lt;/SPAN&gt;, 'DD-MMM-YYY'), 'DD/MM/YYYY').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will have the following output: 11/09/1999.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859975#M1004362</guid>
      <dc:creator>isorinrusu</dc:creator>
      <dc:date>2015-05-27T15:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859976#M1004363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can try with Date() or Date#() by specifing the format in side the function like 'YYYY/MM/DD'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/859976#M1004363</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-27T15:53:49Z</dc:date>
    </item>
  </channel>
</rss>

