<?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: Convert String to Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068066#M937826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back end in script..&lt;/P&gt;&lt;P&gt;Date(Date#('Dec 2, 2012','MMM D, YYYY')) as YourDateField&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(Date#(YourDateField,'MMM D, YYYY')) as YourDateField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;front end&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Date(Date#('Dec 2, 2012','MMM D, YYYY'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or&lt;SPAN style="font-size: 13.3333px;"&gt;Date(Date#(&lt;SPAN style="font-size: 13.3333px;"&gt;YourDateField&lt;/SPAN&gt;,'MMM D, YYYY'))&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 09:05:21 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2016-02-08T09:05:21Z</dc:date>
    <item>
      <title>Convert String to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068062#M937822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have below String and want to convet it to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec 2, 2012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 08:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068062#M937822</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2016-02-08T08:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068063#M937823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num('Dec 2, 2012')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068063#M937823</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-08T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068064#M937824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&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;&lt;STRONG&gt;=Num(Timestamp#(FieldName, 'YYYY-MM-DD '))&lt;/STRONG&gt;&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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: 13px;"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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: 13px;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Num(Timestamp#(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'&lt;/SPAN&gt;2015-05-26 12:34:38&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'&lt;/SPAN&gt;, 'YYYY-MM-DD hh:mm:ss'))&lt;/STRONG&gt;&lt;/STRONG&gt;&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: 13px;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&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: 13px;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068064#M937824</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-08T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068065#M937825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date(Date#('Dec 2, 2012', 'MMM DD, YYYY'))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068065#M937825</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-08T09:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068066#M937826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back end in script..&lt;/P&gt;&lt;P&gt;Date(Date#('Dec 2, 2012','MMM D, YYYY')) as YourDateField&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(Date#(YourDateField,'MMM D, YYYY')) as YourDateField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;front end&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Date(Date#('Dec 2, 2012','MMM D, YYYY'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or&lt;SPAN style="font-size: 13.3333px;"&gt;Date(Date#(&lt;SPAN style="font-size: 13.3333px;"&gt;YourDateField&lt;/SPAN&gt;,'MMM D, YYYY'))&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068066#M937826</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-08T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068067#M937827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is a single value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dec 2, 2012)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if it is field select the filed into list box and go to Number tab of a list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t1.png" class="jive-image image-1" height="1160" src="https://community.qlik.com/legacyfs/online/113857_t1.png" style="height: 1160.21px; width: 439px;" width="439" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068067#M937827</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-02-08T09:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068068#M937828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;IMG alt="datefrmt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113861_datefrmt.png" style="height: 273px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-String-to-Date/m-p/1068068#M937828</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-08T09:14:30Z</dc:date>
    </item>
  </channel>
</rss>

