<?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: My Date# function is not working properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483225#M180579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Timestamp((Date(SubField(Original_Date,' ',1),'MM/DD/YYYY')+Time(SubField(Original_Date,' ',2),'h:mm')),'MM/DD/YYYY hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help and valuable suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 14:08:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-08T14:08:47Z</dc:date>
    <item>
      <title>My Date# function is not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483220#M180574</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;Iam trying to use the Date# function in my script but ut's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original Date:- 08/23/2013 16:45:10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output:- 23/08/2013 16:45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used function date#('Origanal_Date', 'DD/MM/YYYY HH:MM')&lt;/P&gt;&lt;P&gt;but it returing the same data&amp;nbsp; i.e&amp;nbsp; 08/23/2013 16:45:10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 13:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483220#M180574</guid>
      <dc:creator />
      <dc:date>2014-01-08T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: My Date# function is not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483221#M180575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dhiraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try &lt;STRONG&gt;timestamp&lt;/STRONG&gt; fct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 13:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483221#M180575</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-01-08T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: My Date# function is not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483222#M180576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try...&lt;BR /&gt;date(date#(Original_Date, 'MM/DD/YYYY HH:MM:SS'),'DD/MM/YYYY HH:MM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483222#M180576</guid>
      <dc:creator />
      <dc:date>2014-01-08T14:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: My Date# function is not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483223#M180577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Small correction&lt;/P&gt;&lt;P&gt;date(date#(Original_Date, 'MM/DD/YYYY &lt;STRONG&gt;hh:mm:ss'&lt;/STRONG&gt;),'DD/MM/YYYY &lt;STRONG&gt;hh:mm'&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is case-sensitive.&amp;nbsp; MM is for months, mm is for minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483223#M180577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T14:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: My Date# function is not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483224#M180578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=date(date#('08/23/2013 16:45:10', 'MM/DD/YYYY hh:mm:ss'), 'MM/DD/YYYY hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483224#M180578</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-08T14:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: My Date# function is not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483225#M180579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Timestamp((Date(SubField(Original_Date,' ',1),'MM/DD/YYYY')+Time(SubField(Original_Date,' ',2),'h:mm')),'MM/DD/YYYY hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help and valuable suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Date-function-is-not-working-properly/m-p/483225#M180579</guid>
      <dc:creator />
      <dc:date>2014-01-08T14:08:47Z</dc:date>
    </item>
  </channel>
</rss>

