<?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/1521799#M747577</link>
    <description>&lt;P&gt;YES! it's correct, works very good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank's for your post. I Close the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greatings!&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 18:41:06 GMT</pubDate>
    <dc:creator>tincholiver</dc:creator>
    <dc:date>2018-12-17T18:41:06Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521782#M747573</link>
      <description>&lt;P&gt;Hi, I make a request:&lt;/P&gt;&lt;P&gt;I'm reading sheets of Google Sheets and I have a problem with the format of the dates, they come in DD / MM / YYYY hh: mm: ss.&lt;BR /&gt;The problem is that the numbers less than 10 get zero from the left then the format is in some cases D / M / YYYY h: m: s.&lt;/P&gt;&lt;P&gt;I already probe with date # and&amp;nbsp; alt (Date #) but I can not format the field to DD / MM / YYYY.&lt;/P&gt;&lt;P&gt;Suggestions ?&lt;/P&gt;&lt;P&gt;Thanks and regards!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521782#M747573</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2024-11-16T04:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521786#M747574</link>
      <description>Can you share an image of what you have?</description>
      <pubDate>Mon, 17 Dec 2018 18:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521786#M747574</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-17T18:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521788#M747575</link>
      <description>&lt;P&gt;some&amp;nbsp; fields about...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Marca_Temporal&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1416&lt;/TD&gt;&lt;TD&gt;1/6/2018 9:19:23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1417&lt;/TD&gt;&lt;TD&gt;2/7/2018 12:43:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1418&lt;/TD&gt;&lt;TD&gt;15/8/2018 2:47:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1419&lt;/TD&gt;&lt;TD&gt;1/9/2018 2:48:18&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1420&lt;/TD&gt;&lt;TD&gt;1/10/2018 12:48:34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1421&lt;/TD&gt;&lt;TD&gt;10/10/2018 12:48:53&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1422&lt;/TD&gt;&lt;TD&gt;1/11/2018 12:49:52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1423&lt;/TD&gt;&lt;TD&gt;17/12/2018 12:50:09&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521788#M747575</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2018-12-17T18:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521793#M747576</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;PRE&gt;Table:
LOAD ID,
	 Date(Floor(Date#(Marca_Temporal, 'D/M/YYYY h:m:ss')), 'DD/MM/YYYY') as Marca_Temporal;
LOAD * INLINE [
    ID, Marca_Temporal
    1416, 1/6/2018 9:19:23
    1417, 2/7/2018 12:43:20
    1418, 15/8/2018 2:47:59
    1419, 1/9/2018 2:48:18
    1420, 1/10/2018 12:48:34
    1421, 10/10/2018 12:48:53
    1422, 1/11/2018 12:49:52
    1423, 17/12/2018 12:50:09
];&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521793#M747576</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-17T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521799#M747577</link>
      <description>&lt;P&gt;YES! it's correct, works very good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank's for your post. I Close the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greatings!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/1521799#M747577</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2018-12-17T18:41:06Z</dc:date>
    </item>
  </channel>
</rss>

