<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>excel_reader2.php | Tomasz Kiżewski</title>
	<atom:link href="https://kizewski.eu/tag/excel_reader2-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://kizewski.eu</link>
	<description></description>
	<lastBuildDate>Wed, 09 Apr 2014 22:04:35 +0000</lastBuildDate>
	<language>pl-PL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>php-excel-reader returns dd.mm.yyy</title>
		<link>https://kizewski.eu/it/php-excel-reader-returns-dd-mm-yyy/</link>
					<comments>https://kizewski.eu/it/php-excel-reader-returns-dd-mm-yyy/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Wed, 09 Apr 2014 22:04:35 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[excel_reader2.php]]></category>
		<category><![CDATA[php-excel-reader]]></category>
		<guid isPermaLink="false">http://kizewski.eu/?p=685</guid>

					<description><![CDATA[Problem: php-excel-reader daje nam dd.mm.yyy czyli tylko formatownie zamiast konkretnej daty. Dlaczego?: Formatownie pola daty e Excelu np DD\.MM\.YYYY Rozwiązanie: linia 1242 clasy excel_reader2.php dodajemy: $tmp=str_replace(&#34;\\.&#34;,&#34;-&#34;,$formatstr); Czyli w tym przypadku podmieniamy nietypowy separator &#34;\.&#34; na &#34;-&#34; &#160; &#160;]]></description>
										<content:encoded><![CDATA[<p>
	Problem: <a href="http://code.google.com/p/php-excel-reader/wiki/Documentation">php-excel-reader</a> daje nam dd.mm.yyy czyli tylko formatownie zamiast konkretnej daty.
</p>
<p>
	Dlaczego?: Formatownie pola daty e Excelu np DD\.MM\.YYYY
</p>
<p>
	Rozwiązanie: linia 1242 clasy excel_reader2.php dodajemy: $tmp=str_replace(&quot;\\.&quot;,&quot;-&quot;,$formatstr);
</p>
<p>
	Czyli w tym przypadku podmieniamy nietypowy separator &quot;\.&quot; na &quot;-&quot;
</p>
<p>
	&nbsp;
</p>
<p>
	&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/php-excel-reader-returns-dd-mm-yyy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
