<?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 conversion in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750841#M453579</link>
    <description>&lt;P&gt;Check the definitions of your variable &lt;EM&gt;MonthNames.&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your short month names (Jan, Feb etc.) need to correspond to the &lt;EM&gt;MonthNames&lt;/EM&gt; system variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 18:57:19 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-10-08T18:57:19Z</dc:date>
    <item>
      <title>Date conversion in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750822#M453577</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Can't seem to convert&amp;nbsp; a text timestamp format 'DD MMM YYYY hh:mm:ss' to a timestamp 'MM/DD/YYYY HH:MM:SS'. The 3 character month 'Jan', etc. does not translate to the equivalent month number? What am I doing wrong. I'm using the timestamp function.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 17:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750822#M453577</guid>
      <dc:creator>mtfisch7864</dc:creator>
      <dc:date>2020-10-08T17:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750841#M453579</link>
      <description>&lt;P&gt;Check the definitions of your variable &lt;EM&gt;MonthNames.&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your short month names (Jan, Feb etc.) need to correspond to the &lt;EM&gt;MonthNames&lt;/EM&gt; system variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 18:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750841#M453579</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-08T18:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750873#M453582</link>
      <description>&lt;P&gt;Try like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Timestamp (Timestamp#(time_field,&amp;nbsp;&lt;SPAN&gt;'DD MMM YYYY hh:mm:ss'),&amp;nbsp;'DD/MM/YYYY hh:mm:ss') as new_field,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's not working share the same data&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 23:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750873#M453582</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-08T23:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750937#M453589</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try like below, it will helps you&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#(YourFieldName, 'DD MMM YYYY hh:mm:ss'),'MM/DD/YYYY hh:mm:ss') as YourFieldName&lt;/P&gt;&lt;P&gt;Sample: Timestamp(Timestamp#('09 Sep 2020 16:09:54','DD MMM YYYY hh:mm:ss'),'MM/DD/YYYY hh:mm:ss') gives result as "09/09/2020 16:09:54".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mayil Vahanan R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1750937#M453589</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-09T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1751077#M453600</link>
      <description>&lt;P&gt;Thank you - works beautifully!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 13:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1751077#M453600</guid>
      <dc:creator>mtfisch7864</dc:creator>
      <dc:date>2020-10-09T13:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1751094#M453603</link>
      <description>&lt;P&gt;Welcome !!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 13:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-in-load-script/m-p/1751094#M453603</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-09T13:40:18Z</dc:date>
    </item>
  </channel>
</rss>

