<?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"
		>
<channel>
<title>محفل دیدار یار</title>
<description></description>
<atom:link href="http://mahfeledidar.samenblog.com/rss/125/" rel="self" type="application/rss+xml"/>
<link>http://mahfeledidar.samenblog.com/</link>
<generator>RSS Generated by SamenBlog.com</generator><item>
<title>روز شمار برای وبلاگ</title>
<link>http://mahfeledidar.samenblog.com/125.html</link><category></category>
<description><![CDATA[<div style="text-align: center;">کد روز شمار برای وبلاگ<br />دقت کنید در کد بجای عبارت ( new Date ( 2020,0,0,0,0,0,0 به ترتیب سال ، ماه ، روز ، ساعت ، دقیقه ، ثانیه ، میلی ثانیه را معین کنید .</div><br /><p>
</p><div style="text-align: center;">&lt;div style=&quot;direction:rtl;&quot; id=&quot;countdownMoisrexTimer&quot;&gt;&lt;a href=&quot;//moisrex.rozblog.com/&quot;&gt;CountDown JavaScript Codea&gt;div&gt;
&lt;script&gt;
    var endDate=new Date(2020,0,0,0,0,0,0).getTime();
    // year, month-1, day, hours, minutes, seconds, milliseconds
    var year,month,days,hours,minutes,seconds;
    var timer=document.getElementById('countdownMoisrexTimer');
    setInterval(function(){
        var nowMir=new Date().getTime(),
            pased=(endDate-nowMir)/1000;
        year=parseInt(pased/(60*60*24*30*12));
        pased=pased%(60*60*24*30*12);
        month=parseInt(pased/(60*60*24*30));
        pased=pased%(60*60*24*30);
        days=parseInt(pased/(60*60*24));
        pased=pased%(60*60*24);
        hours=parseInt(pased/(60*60));
        pased=pased%(60*60);
        minutes=parseInt(pased/60);
        seconds=parseInt(pased%60);
        if(nowMir&lt;endDate)timer.innerHTML=year+' سال و '+month+' ماه و '+days+' روز و '+hours+' ساعت و '+minutes+' دقیقه و '+seconds+' ثانیه';
        else timer.innerHTML='زمان به پایان رسیده است.';
    },1000);
&lt;/script&gt;</div>]]></description>
<pubDate>Wed, 22 Apr 2015 16:43:02 GMT</pubDate>
<dc:creator>mahfeledidar</dc:creator>
<guid isPermaLink="false">http://mahfeledidar.samenblog.com/125.html</guid>
</item>
</channel>
</rss>