<?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: Trouble with format dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251572#M95425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can't be. Please look into attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05-20-2011&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20/06/2011&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;IF( SubStringCount(DATA, '-')&amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DATE#(DATA,'MM-DD-YYYY'),'MMMM DD'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DATE#(DATA,'DD/MM/YYYY'),'MMMM DD'))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as DataActual&lt;/P&gt;&lt;P&gt;resident Test;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2011 14:53:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-01T14:53:49Z</dc:date>
    <item>
      <title>Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251563#M95416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi, I have 2 dates ActualDate and LastDate. With both dates i want to get an incremental reload with Qvds Files. Until now everything is fine but, in my access data appear ActualDate with 2 formats example: &lt;/SPAN&gt;21/03/2011 -&amp;gt; March 21(this is the correct format) and the other one 04-06-2011 -&amp;gt; June 04, Ithink Should be April 06(I &lt;/SPAN&gt;think &lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt;we are not&lt;/SPAN&gt; at this time&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;). How can I get that QlikView read 04/06/2011-&amp;gt; April 06?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 17:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251563#M95416</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-30T17:19:00Z</dc:date>
    </item>
    <item>
      <title>Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251564#M95417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Date# function with the format code MM/DD/YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Date#(datestring, 'MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 17:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251564#M95417</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-05-30T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251565#M95418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you for your replying. I have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DATA,&lt;/P&gt;&lt;P&gt;date(DATA,'DD/MM/YYYY') as DataActual,&lt;/P&gt;&lt;P&gt;DATA1,&lt;/P&gt;&lt;P&gt;date(DATA1,'DD/MM/YYYY') as DataLast&lt;/P&gt;&lt;P&gt;FROM Excel File;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows me no values for DATA because here the format changed.&lt;/P&gt;&lt;P&gt;For DATA1 Shows me the right format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avy idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 19:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251565#M95418</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-30T19:11:04Z</dc:date>
    </item>
    <item>
      <title>Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251566#M95419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get this &lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt;04/06/2011 how do you know which date is it? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt;What about 02/03/2011? Is it 02-mar-2011 or 03-feb-2011? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt;You could write something like this: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt;if( isnum( &lt;/SPAN&gt;date#(DATA,'DD/MM/YYYY') ), &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt; &lt;/SPAN&gt;date#(DATA,'DD/MM/YYYY'), &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Haz clic para obtener otras posibles traducciones"&gt; &lt;/SPAN&gt;date#(DATA,'MM/DD/YYYY') ) &lt;/P&gt;&lt;P&gt;&amp;nbsp; as DataActual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This code will try to apply the first format, if it's not a valid date, applies the second format. &lt;/P&gt;&lt;P&gt;You will still need a rule to really understand which is the right format&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;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 19:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251566#M95419</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-30T19:39:00Z</dc:date>
    </item>
    <item>
      <title>Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251567#M95420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Then reloading with the update script I had this: For data I know that / format its ok D/MM/YYYY but - Format its MM/DD/YYYY. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;For data 1 everything its ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dates1.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/4858_Dates1.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 20:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251567#M95420</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-31T20:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251568#M95421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;Lets include another condition. If it finds a - it will use another format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( SubStringCount(DATA, '-')&amp;gt; 0, DATE#(DATA, 'MM-DD-YYYY') ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( isnum( date#(DATA,'DD/MM/YYYY') ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date#(DATA,'DD/MM/YYYY'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date#(DATA,'MM/DD/YYYY') )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; as DataActual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: just removed a line with an error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 20:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251568#M95421</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-31T20:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251569#M95422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( SubStringCount(DATA, '-')&amp;gt; 0, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE#(DATA,'MM-DD-YYYY'),&lt;/P&gt;&lt;P&gt; date#(DATA,'DD/MM/YYYY')) as DataActual,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still can´t find the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve Attached the datasource where you can see the different format in column DATA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="ARC1.JPG" class="jive-image-thumbnail jive-image" height="175" onclick="" src="https://community.qlik.com/legacyfs/online/4890_ARC1.JPG" width="628" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251569#M95422</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-06-01T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251570#M95423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( SubStringCount(DATA, '-')&amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DATE#(DATA,'MM-DD-YYYY'),'MMMM DD'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DATE#(DATA,'DD/MM/YYYY'),'MMMM DD'))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as DataActual,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Regards,&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251570#M95423</guid>
      <dc:creator />
      <dc:date>2011-06-01T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251571#M95424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Janusz, Thanks for you answer but I still have the same Issue. The results that shows before still appearing of the same form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251571#M95424</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-06-01T14:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251572#M95425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can't be. Please look into attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05-20-2011&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20/06/2011&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;IF( SubStringCount(DATA, '-')&amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DATE#(DATA,'MM-DD-YYYY'),'MMMM DD'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DATE#(DATA,'DD/MM/YYYY'),'MMMM DD'))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as DataActual&lt;/P&gt;&lt;P&gt;resident Test;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251572#M95425</guid>
      <dc:creator />
      <dc:date>2011-06-01T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251573#M95426</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;Interpretation and representation in QlikView for money, decimal and thousand separators, dates, etc, is subject to your computer's regional settings. According to that, if you go to your script editor, main tab, the first lines are the environment variables that tell QlikView how to interpret and represent, in this file, those formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot change that format in the source, you will need to change these variables to fit the source, kind of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='MM/DD/YYYY h:mm:ss[.fff]';&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously, this settings are document wide, and they will affect to any other date you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251573#M95426</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-01T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Trouble with format dates</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251574#M95427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You´re right something in my code was wrong but with your example everithing its clear Thank you Both of you guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-format-dates/m-p/251574#M95427</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-06-01T15:17:03Z</dc:date>
    </item>
  </channel>
</rss>

