<?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 format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/71455#M775185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ansh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say we have a date field EgDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date( Floor( Timestamp#( &lt;SPAN style="font-size: 13.3333px;"&gt;EgDate&lt;/SPAN&gt;, 'YYYY-MM-DD hh:mm:ss')), 'M/D/YYYY') as ModifiedDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 19:17:57 GMT</pubDate>
    <dc:creator>adityaakshaya</dc:creator>
    <dc:date>2018-05-08T19:17:57Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/71454#M775184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached date format...How to convert that to regular date ?&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/Date-format/m-p/71454#M775184</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/71455#M775185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ansh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say we have a date field EgDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date( Floor( Timestamp#( &lt;SPAN style="font-size: 13.3333px;"&gt;EgDate&lt;/SPAN&gt;, 'YYYY-MM-DD hh:mm:ss')), 'M/D/YYYY') as ModifiedDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 19:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/71455#M775185</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-08T19:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/71456#M775186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two formats in your screenshot.&lt;/P&gt;&lt;P&gt;Which one is your source format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 21:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/71456#M775186</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-05-08T21:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/71457#M775187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Besides your source format, one solution to convert a timestamp into a date is the &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/dayname.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/dayname.htm"&gt;Dayname()&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 21:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/71457#M775187</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-05-08T21:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/71458#M775188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Date(Floor(Date),'YYYY-MM-DD')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 12:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/71458#M775188</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-09T12:29:04Z</dc:date>
    </item>
  </channel>
</rss>

