<?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: changing date and time format at loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852103#M1019995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use either date#() and timestamp() functions with the required format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 15:52:15 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-04-03T15:52:15Z</dc:date>
    <item>
      <title>changing date and time format at loading</title>
      <link>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852100#M1019991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am loading data from SharePoint which is of the following format.&lt;/P&gt;&lt;P&gt;4/3/2015 4:15 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change it to below format when loading:&lt;/P&gt;&lt;P&gt;04/03/2015 16:15:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852100#M1019991</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2015-04-03T13:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: changing date and time format at loading</title>
      <link>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852101#M1019993</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;What you want to do is to interpret incoming TimeFormat field and Format it to your desired TimeFormat (displayed Format --24hrs).&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Timestamp(Timestamp#(MyTimeStampFieldin12HrsFormat,'h:mm:ss TT') ,'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where MyTimeStampFieldin12HrsFormat is the incoming field from Sharepoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852101#M1019993</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-04-03T13:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: changing date and time format at loading</title>
      <link>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852102#M1019994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I couldn't edit my previous post. You have to give this field a name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Timestamp(Timestamp#(MyTimeStampFieldin12HrsFormat,'h:mm:ss TT') ,'hh:mm:ss')&amp;nbsp; AS NewTimeFormat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852102#M1019994</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-04-03T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: changing date and time format at loading</title>
      <link>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852103#M1019995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use either date#() and timestamp() functions with the required format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852103#M1019995</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-03T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: changing date and time format at loading</title>
      <link>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852104#M1019997</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;It can works based on your &lt;STRONG&gt;system time format&lt;/STRONG&gt;. If you can set &lt;STRONG&gt;12 hours time format&lt;/STRONG&gt;, it will works like this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4/3/2015 4:15 PM and If you can set &lt;STRONG&gt;24 hours time format&lt;/STRONG&gt;, it will works like this format &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;04/03/2015 16:15:00.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 06:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-date-and-time-format-at-loading/m-p/852104#M1019997</guid>
      <dc:creator />
      <dc:date>2015-04-04T06:42:42Z</dc:date>
    </item>
  </channel>
</rss>

