<?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: Getting Date from text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584363#M1100495</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="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateText&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM/YYYY'),'MMM D, YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 09:07:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-16T09:07:08Z</dc:date>
    <item>
      <title>Getting Date from text</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584362#M1100494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get date from text in format 'MMM D, YYYY'?&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;Apr 1, 2014&lt;/P&gt;&lt;P&gt;Apr 12, 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584362#M1100494</guid>
      <dc:creator>yura_ratu</dc:creator>
      <dc:date>2014-04-16T08:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Date from text</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584363#M1100495</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="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateText&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM/YYYY'),'MMM D, YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584363#M1100495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T09:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Date from text</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584364#M1100496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in which date format is your date now&lt;/P&gt;&lt;P&gt;like I have a date in DD/MM/YYYY form then &lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Date(DAte#(Datefield,'DD/MM/YYYY'),'MMM DD YYYY') AS Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584364#M1100496</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-04-16T09:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting Date from text</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584365#M1100497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this if ur source format is 'MMM DD, YYYY' .&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateField&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MMM DD, YYYY'),'D/M/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateFormatData&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584365#M1100497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T09:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Date from text</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584366#M1100498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate of &lt;A _jive_internal="true" href="https://community.qlik.com/thread/114594"&gt;http://community.qlik.com/thread/114594&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please only post one version of your question to ensure that there's no duplication of effort and that a correct answer can be set properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584366#M1100498</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-04-16T09:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Date from text</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584367#M1100499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it depends on what format your date is currently in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume your date input is DD/MM/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then convert this by using&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;"&gt;DATE(DATE#(Date,'DD/MM/YYYY'),'MMM D, YYYY') AS Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584367#M1100499</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-16T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting Date from text</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584368#M1100500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also please see the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Date-from-text/m-p/584368#M1100500</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-16T09:35:47Z</dc:date>
    </item>
  </channel>
</rss>

