<?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: Bloody Dates...Can Someone Help Please... in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486283#M101375</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;Date(Floor(RpDt1),'DD/MM/YYYY') as YourDateField&lt;BR /&gt;or&lt;BR /&gt;Date(Floor(TimeStamp#(Left(RpDt1,19),'YYYY-MM-DD hh:mm:ss'))) as YourDateField&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 18:31:29 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2024-10-09T18:31:29Z</dc:date>
    <item>
      <title>Bloody Dates...Can Someone Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486203#M101358</link>
      <description>&lt;P&gt;Hi everyone, I'm having some real issues with dates and no matter what I try I can't seem to get to the bottom of it.&lt;/P&gt;
&lt;P&gt;I'd like to be able to turn the following date/time field from SQL into a nice looking DD/MM/YYYY date field. Can someone please help with the script logic as I'm pulling my hair out (what's left of it anyway).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The current date field looks like this:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QlikImg.PNG" style="width: 545px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172738i2E231951B599788D/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikImg.PNG" alt="QlikImg.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Not sure if it's a text field or something etc but I can't get it to format and function as a date.&lt;/P&gt;
&lt;P&gt;Any help is much appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486203#M101358</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2024-10-09T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bloody Dates...Can Someone Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486205#M101359</link>
      <description>&lt;P&gt;Dayname(RpDt1) should work, assuming it's a date in the first place. You could also use Date(Floor(RpDt1)).&lt;/P&gt;
&lt;P&gt;If it's text, you'll need to use something along the lines of Date#(RpDt1,'YYYY-MM-DD').&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486205#M101359</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-10-09T13:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bloody Dates...Can Someone Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486215#M101360</link>
      <description>&lt;P&gt;This feels like it's made it closer, this is what I've got now:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QlikImg1.PNG" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172744i71CAE68C8E11BCCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikImg1.PNG" alt="QlikImg1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486215#M101360</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2024-10-09T13:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bloody Dates...Can Someone Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486257#M101369</link>
      <description>&lt;P&gt;Date(Floor(RpDt2),'&lt;SPAN&gt;DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 16:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486257#M101369</guid>
      <dc:creator>zar</dc:creator>
      <dc:date>2024-10-09T16:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bloody Dates...Can Someone Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486283#M101375</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;Date(Floor(RpDt1),'DD/MM/YYYY') as YourDateField&lt;BR /&gt;or&lt;BR /&gt;Date(Floor(TimeStamp#(Left(RpDt1,19),'YYYY-MM-DD hh:mm:ss'))) as YourDateField&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 18:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486283#M101375</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2024-10-09T18:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bloody Dates...Can Someone Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486331#M101378</link>
      <description>&lt;P&gt;At this point, you just need to wrap the result in a date() function and optionally provide the formatting, date(Whatever,'DD/MM/YYYY')&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 07:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bloody-Dates-Can-Someone-Help-Please/m-p/2486331#M101378</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-10-10T07:55:13Z</dc:date>
    </item>
  </channel>
</rss>

