<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP Class for Date Time calculations &#8211; Part 1</title>
	<atom:link href="http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 06:32:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: subhash</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-43777</link>
		<dc:creator>subhash</dc:creator>
		<pubDate>Fri, 22 Jul 2011 03:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-43777</guid>
		<description>i m unable to insert date format in php project plz help</description>
		<content:encoded><![CDATA[<p>i m unable to insert date format in php project plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaic</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-24710</link>
		<dc:creator>Jaic</dc:creator>
		<pubDate>Sat, 11 Sep 2010 12:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-24710</guid>
		<description>This is all great - but how do you reliably set a string to a date in this class?  e.g. if you have a date as d/m/Y or m/d/Y or Y-m-d... you get the picture.</description>
		<content:encoded><![CDATA[<p>This is all great &#8211; but how do you reliably set a string to a date in this class?  e.g. if you have a date as d/m/Y or m/d/Y or Y-m-d&#8230; you get the picture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Class for Date Time calculations &#124; php tutorial</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-22371</link>
		<dc:creator>PHP Class for Date Time calculations &#124; php tutorial</dc:creator>
		<pubDate>Tue, 29 Jun 2010 04:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-22371</guid>
		<description>[...] Although using DateClass is a bit more verbose than say, using strtotime() approach, I find this more intuitive and easier to understand. But that’s just me. Coming up in my next post, I’ll cover what the DateSpanClass can do, and how to return results like the number of whatever (days, months, hours, even weekdays) between 2 dates. Watch out for it.   source : http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html [...]</description>
		<content:encoded><![CDATA[<p>[...] Although using DateClass is a bit more verbose than say, using strtotime() approach, I find this more intuitive and easier to understand. But that’s just me. Coming up in my next post, I’ll cover what the DateSpanClass can do, and how to return results like the number of whatever (days, months, hours, even weekdays) between 2 dates. Watch out for it.   source : <a href="http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html" rel="nofollow">http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalia</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-10120</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Mon, 25 May 2009 21:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-10120</guid>
		<description>Hi,

I need to get the date for the beginning of the week. I&#039;m using the BOW() function. However the week according to code starts on Sunday, while I need it to start on Monday. Please help. 

Thanks,
Natalia</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need to get the date for the beginning of the week. I&#8217;m using the BOW() function. However the week according to code starts on Sunday, while I need it to start on Monday. Please help. </p>
<p>Thanks,<br />
Natalia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-3653</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 14 Nov 2008 09:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-3653</guid>
		<description>Thanks, thanks, thanks.

Really useful!</description>
		<content:encoded><![CDATA[<p>Thanks, thanks, thanks.</p>
<p>Really useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-679</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-679</guid>
		<description>Thanks! 

Well, i knew it is no secret, but i didn&#039;t realize that the answer so obvious :D :-[

Hehe, thanks again :)</description>
		<content:encoded><![CDATA[<p>Thanks! </p>
<p>Well, i knew it is no secret, but i didn&#8217;t realize that the answer so obvious <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  :-[</p>
<p>Hehe, thanks again <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmaster</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-652</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Mon, 21 Jul 2008 06:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-652</guid>
		<description>Hi Milos

It&#039;s no secret :) I&#039;m using the WP-Syntax plugin for wordpress.

http://wordpress.org/extend/plugins/wp-syntax/</description>
		<content:encoded><![CDATA[<p>Hi Milos</p>
<p>It&#8217;s no secret <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m using the WP-Syntax plugin for wordpress.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-syntax/" rel="nofollow">http://wordpress.org/extend/plugins/wp-syntax/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://www.askaboutphp.com/38/php-class-for-date-time-calculations-part-1.html/comment-page-1#comment-553</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Wed, 16 Jul 2008 10:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=38#comment-553</guid>
		<description>A little off-topic question: 
Can you tell me (or us :) ) the secret behind the code syntax highlighting and line numbering in your posts? :)

Thanks, 
Milos</description>
		<content:encoded><![CDATA[<p>A little off-topic question:<br />
Can you tell me (or us <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) the secret behind the code syntax highlighting and line numbering in your posts? <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
Milos</p>
]]></content:encoded>
	</item>
</channel>
</rss>

