<?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: Get country date and time with GMT difference and display the time in client side like digital clock using php and javascript</title>
	<atom:link href="http://prabeengiri.com.np/php/get-country-date-and-time-with-gmt-difference-and-display-the-time-in-client-side-like-digital-clock-using-php-and-javascript.html/feed" rel="self" type="application/rss+xml" />
	<link>http://prabeengiri.com.np/php/get-country-date-and-time-with-gmt-difference-and-display-the-time-in-client-side-like-digital-clock-using-php-and-javascript.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 14 Dec 2011 05:32:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Prabeen</title>
		<link>http://prabeengiri.com.np/php/get-country-date-and-time-with-gmt-difference-and-display-the-time-in-client-side-like-digital-clock-using-php-and-javascript.html/comment-page-1#comment-2275</link>
		<dc:creator>Prabeen</dc:creator>
		<pubDate>Mon, 12 Sep 2011 06:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://prabeengiri.com.np/?p=412#comment-2275</guid>
		<description>@abdullah , first create the instance of the above class 
.ie.$cd = new CountryDate(&quot;+5 hours 45 minutes&quot;); where argument for constructor(+5 hours 45 minutes) is the GMT time difference. Put if accordling for your respective country . Then to display the country date only 

invoke the property of the object that is &quot;countryDate&quot;

Eg. print  $cd-&gt;countryDate;

I hope this helps</description>
		<content:encoded><![CDATA[<p>@abdullah , first create the instance of the above class<br />
.ie.$cd = new CountryDate(&#8220;+5 hours 45 minutes&#8221;); where argument for constructor(+5 hours 45 minutes) is the GMT time difference. Put if accordling for your respective country . Then to display the country date only </p>
<p>invoke the property of the object that is &#8220;countryDate&#8221;</p>
<p>Eg. print  $cd->countryDate;</p>
<p>I hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdullah</title>
		<link>http://prabeengiri.com.np/php/get-country-date-and-time-with-gmt-difference-and-display-the-time-in-client-side-like-digital-clock-using-php-and-javascript.html/comment-page-1#comment-2274</link>
		<dc:creator>Abdullah</dc:creator>
		<pubDate>Mon, 12 Sep 2011 06:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://prabeengiri.com.np/?p=412#comment-2274</guid>
		<description>Hey can you give me advice of how to display date like you showed it in your demo like this : Country Date Only : September 12, 2011 i m waiting for your response .</description>
		<content:encoded><![CDATA[<p>Hey can you give me advice of how to display date like you showed it in your demo like this : Country Date Only : September 12, 2011 i m waiting for your response .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

