<?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>Ecommy - your ecommerce support for your online business &#187; greek</title>
	<atom:link href="http://www.ecommy.com/t/greek/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ecommy.com</link>
	<description>the path to your business success</description>
	<lastBuildDate>Tue, 08 Nov 2011 18:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Local Date</title>
		<link>http://www.ecommy.com/programming/php-local-date</link>
		<comments>http://www.ecommy.com/programming/php-local-date#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php local date]]></category>

		<guid isPermaLink="false">http://www.ecommy.com/?p=204</guid>
		<description><![CDATA[      
      Using date and time functions in PHP is as easy as it gets. However there are times when the website you build is addressed to a non-English audience, let&#8217;s say Greek. We know that date(&#8220;F&#8221;) will echo &#8220;January&#8221; if we are in January and so on. So what if we wanted to echo the current [...]]]></description>
			<content:encoded><![CDATA[      
      <p>Using date and time functions in PHP is as easy as it gets. However there are times when the website you build is addressed to a non-English audience, let&#8217;s say Greek.</p>
<p>We know that date(&#8220;F&#8221;) will echo &#8220;January&#8221; if we are in January and so on. So what if we wanted to echo the current month in Greek (January = Ιανουάριος)?</p>
<p>The following code snipped will say everything it needs to:<br />
setlocale(LC_TIME, &#8216;greek&#8217;);<br />
echo strftime(&#8220;%B&#8221;); //Ιανουάριος</p>
<p>Note: On some windows systems the above code won&#8217;t work so you may want to try:<br />
setlocale(LC_CTYPE, &#8216;greek&#8217;);<br />
setlocale(LC_TIME, &#8216;greek&#8217;);<br />
echo strftime(&#8220;%B&#8221;); //Ιανουάριος</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommy.com/programming/php-local-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.ecommy.com/t/greek/feed ) in 0.24682 seconds, on Feb 6th, 2012 at 10:06 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 6th, 2012 at 11:06 am UTC -->
