<?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 Format Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/343265#M126767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanna,&lt;/P&gt;&lt;P&gt;Use timestamp Function as mentioned below, &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;t&lt;SPAN style="font-weight: bold; font-style: normal;"&gt;imestamp( FieldName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-style: normal;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-style: normal;"&gt;'YYYY-MM-DD hh.mm'&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Use this at Load time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 06:56:36 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2012-05-09T06:56:36Z</dc:date>
    <item>
      <title>Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/343264#M126766</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 the date fields 'Created' and 'Resolved 'in the format&amp;nbsp; '01/Apr/12 9:18 AM' . I need to change it to normal format like 'YYYY-MM-DD' or 'YYYY-MM-DD hh:mm:ss' with timestamp for calculating the Date difference. How can i convert it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 06:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/343264#M126766</guid>
      <dc:creator />
      <dc:date>2012-05-09T06:47:54Z</dc:date>
    </item>
    <item>
      <title>Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/343265#M126767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanna,&lt;/P&gt;&lt;P&gt;Use timestamp Function as mentioned below, &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;t&lt;SPAN style="font-weight: bold; font-style: normal;"&gt;imestamp( FieldName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-style: normal;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-style: normal;"&gt;'YYYY-MM-DD hh.mm'&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Use this at Load time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 06:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/343265#M126767</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-05-09T06:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/343266#M126768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the interpretation functions such as Timestamp#() or Date#() (note the pound sign before the opening parenthesis). Take a look at the following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=Date(Date#('01/Apr/12 9:18 AM', 'DD/MMM/YY h:mm TT'))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a text object, this will return "01/04/2012" or the field according to your script variable DateFormat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=Timestamp(Timestamp#('01/Apr/12 9:18 AM', 'DD/MMM/YY h:mm TT'))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a text object, this will return "01/04/2012 09:18:00" or the field formatted according to your script variable TimestampFormat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note how I'm using both functions with and without the pound sign. Check the Reference Manual for further reference on date and number formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 07:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue/m-p/343266#M126768</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-09T07:43:09Z</dc:date>
    </item>
  </channel>
</rss>

