<?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 issue format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138965#M373526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Previously i have the date format with MM-DD-YYYY and now currently i have changed the without -, below is the sample but the result showing as with -,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(created_date,'MMDDYYYY') as &lt;SPAN style="font-size: 13.3333px;"&gt;created_date;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 08:41:14 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2016-05-13T08:41:14Z</dc:date>
    <item>
      <title>date issue format</title>
      <link>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138965#M373526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Previously i have the date format with MM-DD-YYYY and now currently i have changed the without -, below is the sample but the result showing as with -,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(created_date,'MMDDYYYY') as &lt;SPAN style="font-size: 13.3333px;"&gt;created_date;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 08:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138965#M373526</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-05-13T08:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: date issue format</title>
      <link>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138966#M373527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(created_date, 'MM-DD-YYYY'), 'MMDDYYYY') as created_date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 08:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138966#M373527</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-13T08:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: date issue format</title>
      <link>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138967#M373528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(date#(created_date,'MMDDYYYY'),'MM-DD-YYYY') as &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;created_date;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 08:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138967#M373528</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-13T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: date issue format</title>
      <link>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138968#M373529</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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Date(Date#(created_date,'MMDDYYYY'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;MM-DD-YYYY&lt;/SPAN&gt;') as &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;created_date;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Date(Date#(created_date,'MMDDYYYY'),'&lt;STRONG&gt;Dateformat&lt;/STRONG&gt;') as &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;created_date;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 08:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138968#M373529</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-13T08:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: date issue format</title>
      <link>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138969#M373530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 769px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="769"&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;hello manoranjan&amp;nbsp; you can try this Date(Date#(created_date, 'MM-DD-YYYY'), 'MMDDYYYY') as created_date and I am agree &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;with sunny T but&amp;nbsp; it can"t be helpful for you &lt;A href="https://goo.gl/fJU04B"&gt;https://goo.gl/fJU04B&lt;/A&gt;try this also may be this stuff work for you&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 11:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-issue-format/m-p/1138969#M373530</guid>
      <dc:creator />
      <dc:date>2016-05-16T11:02:35Z</dc:date>
    </item>
  </channel>
</rss>

