<?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: Time conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288366#M865145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you load any date fields into qlikview, It will be stored as number internally, You need to convert it into your flexible date format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this expression &lt;/P&gt;&lt;P&gt;=Date(Field,'DD-MM-YYYY') or You can set format in Number tab as below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147094_Capture.PNG" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 07:30:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-20T07:30:43Z</dc:date>
    <item>
      <title>Time conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288364#M865143</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 have a date in excel in the format '2/21/2016 4:00:00 AM' when i load the script i didnt get the correct date format and also i want only the date and removing time from the above foramt. How can it be done? I hope somebody helps... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288364#M865143</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288365#M865144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;date(timestamp#('2/21/2016 4:00:00 AM','M/D/YYYY h:mm:ss tt'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288365#M865144</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2016-12-20T07:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Time conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288366#M865145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you load any date fields into qlikview, It will be stored as number internally, You need to convert it into your flexible date format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this expression &lt;/P&gt;&lt;P&gt;=Date(Field,'DD-MM-YYYY') or You can set format in Number tab as below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147094_Capture.PNG" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288366#M865145</guid>
      <dc:creator />
      <dc:date>2016-12-20T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Time conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288367#M865146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want only the date try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Floor(field_name) ,'DD-MM-YYYY') as field_name_New&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288367#M865146</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-12-20T07:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Time conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288368#M865147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveen kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want customised date format try this one.&lt;/P&gt;&lt;P&gt;if you want to make your standard format into this &lt;SPAN style="font-size: 13.3333px;"&gt;DD-MM-YYYY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;then try below expression in script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;date(timestamp#('2/21/2016 4:00:00 AM','M/D/YYYY h:mm:ss tt'),'DD-MM-YYYY' ) as new_date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--surendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 09:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288368#M865147</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2016-12-20T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Time conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288369#M865148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below statement in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor(Num(Date_Field))) AS Date_Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Floor or Ceil as per your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 10:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-conversion/m-p/1288369#M865148</guid>
      <dc:creator>ishanbhatt</dc:creator>
      <dc:date>2016-12-20T10:50:06Z</dc:date>
    </item>
  </channel>
</rss>

