<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: local date</title>
		<link>http://www.themolitor.com/forums/topic/local-data</link>
		<description>THE MOLITOR FORUMS &#187; Topic: local date</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 15:24:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/local-data" rel="self" type="application/rss+xml" />

		<item>
			<title>docscribble on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-21651</link>
			<pubDate>Fri, 21 Jun 2013 05:45:54 +0000</pubDate>
			<dc:creator>docscribble</dc:creator>
			<guid isPermaLink="false">21651@http://www.themolitor.com/forums/</guid>
			<description><p>That solves another one for me... C-O-O-L  ;-)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-19192</link>
			<pubDate>Fri, 08 Mar 2013 09:49:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19192@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>sunlit3 on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-19185</link>
			<pubDate>Thu, 07 Mar 2013 15:00:16 +0000</pubDate>
			<dc:creator>sunlit3</dc:creator>
			<guid isPermaLink="false">19185@http://www.themolitor.com/forums/</guid>
			<description><p>Just to add something useful for those who still need this date translated to their language..</p>
<p>If you made customizations to locale.php page and want header date and time to pull translated months or dates from locale.php page, then change<br />
<pre><code>&#60;?php echo date(&#039;l F jS, Y&#039;);?&#62;</code></pre>
<p>in header.php to this: </p>
<pre><code>&#60;?php echo date_i18n(&#039;l F jS, Y&#039;);?&#62;</code></pre>
<p>that way you will get full translated days and months
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-16980</link>
			<pubDate>Wed, 02 Jan 2013 10:56:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16980@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome! :-)</p>
<p>Hope you're enjoying the theme. Please don't forget to rate it on your downloads page when you have the time. It REALLY helps :-)</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>kelanamuda on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-16967</link>
			<pubDate>Tue, 01 Jan 2013 20:03:07 +0000</pubDate>
			<dc:creator>kelanamuda</dc:creator>
			<guid isPermaLink="false">16967@http://www.themolitor.com/forums/</guid>
			<description><p>yesss, thank you, it works!</p>
<p>i placed this at THE VERY TOP of my header.php:</p>
<pre>&#60;?php date_default_timezone_set('Asia/Jakarta'); ?&#62;</pre>
<p>to make sure my time has changed, i modify the line 123/124 of header.php to also display the clock:</p>
<pre>&#60;?php echo date('l jS \of F Y h:i:s A');?&#62;</pre>
<p>happy new year 2013; wish you all the best :)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-16939</link>
			<pubDate>Mon, 31 Dec 2012 10:17:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16939@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The theme is using the following PHP date controls to generate that date...</p>
<pre><code>&#60;?php echo date(&#039;l F jS, Y&#039;);?&#62;</code></pre>
<p>One thing you could try is using the following function to hard code the time zone you're in. Paste the following (be sure to update your location) to the top of the header.php file...</p>
<pre><code>&#60;?php date_default_timezone_set(&#039;America/Los_Angeles&#039;); ?&#62;</code></pre>
<p>More info here: <a href="http://php.net/manual/en/function.date-default-timezone-set.php" rel="nofollow">http://php.net/manual/en/function.date-default-timezone-set.php</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>kelanamuda on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-16920</link>
			<pubDate>Sat, 29 Dec 2012 00:50:59 +0000</pubDate>
			<dc:creator>kelanamuda</dc:creator>
			<guid isPermaLink="false">16920@http://www.themolitor.com/forums/</guid>
			<description><p>hello,</p>
<p>the date at the top-left of my site is about several hours late from my real local time. i am in GMT +7 (jakarta) and i've set my timezone correctly in my wp dashboard.</p>
<p>any suggestion how to fix this?</p>
<p>thank you,</p>
<p>dz
</p></description>
		</item>
		<item>
			<title>ckelley on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-15285</link>
			<pubDate>Mon, 15 Oct 2012 06:19:12 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15285@http://www.themolitor.com/forums/</guid>
			<description><p>@ MixClub he was referring to using php standards to change it to what you need <a href="http://php.net/manual/en/function.date.php" rel="nofollow">http://php.net/manual/en/function.date.php</a></p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>MixClub on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-15266</link>
			<pubDate>Sun, 14 Oct 2012 06:58:38 +0000</pubDate>
			<dc:creator>MixClub</dc:creator>
			<guid isPermaLink="false">15266@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Justin, could you please give us a little more details?<br />
I found this line : &#60;?php echo date('l F jS, Y');?&#62;<br />
but i don't know what to add or change on that line ...<br />
please help me, I searched a few hours how to solve this problem and no results ...<br />
I am kind of new to wordpress and php...
</p></description>
		</item>
		<item>
			<title>Justin on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-11046</link>
			<pubDate>Wed, 13 Jun 2012 19:13:20 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">11046@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there,</p>
<p>The date function will pull from the header.php file, this line specifically:</p>
<p>&#60;?php echo date('l F jS, Y');?&#62;</p>
<p>Good luck,<br />
Justin
</p></description>
		</item>
		<item>
			<title>hector_luis on "local date"</title>
			<link>http://www.themolitor.com/forums/topic/local-data#post-11029</link>
			<pubDate>Wed, 13 Jun 2012 10:26:55 +0000</pubDate>
			<dc:creator>hector_luis</dc:creator>
			<guid isPermaLink="false">11029@http://www.themolitor.com/forums/</guid>
			<description><p>hi THE MOLITOR.<br />
i'll would like to change the header date to my local language ( portuguese).<br />
i try to change in the locale.php file but nothing happens.</p>
<p><a href="http://www.modela3d.com" rel="nofollow">http://www.modela3d.com</a>
</p></description>
		</item>

	</channel>
</rss>
