<?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: Display Correct Date Format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113021#M7804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateOfBirth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Month(Date#(DateOfBirth, 'M.D.YYYY')) as BirthdayMonth, &amp;lt;- this suggested by you but no working too. &lt;IMG alt="Qlikview.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211571_Qlikview.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mid(DateOfBirth,4,2) as [BirthdayMonth],&amp;nbsp;&amp;nbsp; &amp;lt;- this the one i current using which is wrong. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2018 03:47:54 GMT</pubDate>
    <dc:creator>prabunakil</dc:creator>
    <dc:date>2018-08-23T03:47:54Z</dc:date>
    <item>
      <title>Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113017#M7800</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;&lt;/P&gt;&lt;P&gt;I have a problem in extracting Birthday Month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;i have different set of date set in database as string for birthday :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 1: 08.08.2018&lt;/P&gt;&lt;P&gt;Scenario 2: 8.08.2018&lt;/P&gt;&lt;P&gt;Scenario 3: 8.8.2018&lt;/P&gt;&lt;P&gt;Scenario 4: 08.8.2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i set the expression to capture the month = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 00:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113017#M7800</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-08-23T00:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113018#M7801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month(Date#(indate, 'M.D.YYYY')) as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format will pick up both single and double digit Day and Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.easyqlik.com" rel="nofollow" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 01:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113018#M7801</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-08-23T01:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113019#M7802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not work. result all show as '-'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 02:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113019#M7802</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-08-23T02:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113020#M7803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested using the data you posted. Can you post the script you tried?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 03:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113020#M7803</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-08-23T03:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113021#M7804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateOfBirth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Month(Date#(DateOfBirth, 'M.D.YYYY')) as BirthdayMonth, &amp;lt;- this suggested by you but no working too. &lt;IMG alt="Qlikview.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211571_Qlikview.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mid(DateOfBirth,4,2) as [BirthdayMonth],&amp;nbsp;&amp;nbsp; &amp;lt;- this the one i current using which is wrong. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 03:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113021#M7804</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-08-23T03:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113022#M7805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data in this screenshot shows "-" as the separator in the format pattern. Your first post used "." as the separator. Modify my example to use the format pattern actually used in your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is looks like it should be day first:&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: 13px;"&gt;Month(Date#(DateOfBirth, 'D-M-YYY')) as BirthdayMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 04:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113022#M7805</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-08-23T04:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113023#M7806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer attached and apply the function SubField to grab strings from DOB column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 04:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113023#M7806</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2018-08-23T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display Correct Date Format</title>
      <link>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113024#M7807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Rob, is working fine now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 04:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-Correct-Date-Format/m-p/113024#M7807</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-08-23T04:18:29Z</dc:date>
    </item>
  </channel>
</rss>

