<?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: JQuery date_input по-русски</title>
	<atom:link href="http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/</link>
	<description>Чувак с пассатижами / sux, bugs &#38; plug ‘n’ play</description>
	<lastBuildDate>Thu, 19 Aug 2010 07:22:39 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cyrill</title>
		<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/comment-page-1/#comment-6836</link>
		<dc:creator>Cyrill</dc:creator>
		<pubDate>Thu, 19 Aug 2010 07:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://cyrill.co.uk/2008/02/05/jquery-date_input-%d0%bf%d0%be-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8/#comment-6836</guid>
		<description>@Ram, спасибо :)</description>
		<content:encoded><![CDATA[<p>@Ram, спасибо <img src='http://cyrill.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/comment-page-1/#comment-6835</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Thu, 19 Aug 2010 07:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://cyrill.co.uk/2008/02/05/jquery-date_input-%d0%bf%d0%be-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8/#comment-6835</guid>
		<description>Вставить этот год в файл с локализацией после short_day_names: [&quot;Вс&quot;, &quot;Пн&quot;, &quot;Вт&quot;, &quot;Ср&quot;, &quot;Чт&quot;, &quot;Пт&quot;, &quot;Сб&quot;], и получится такой формат записи &quot;дд.мм.гггг&quot; (код автора date_input с изменённым американским представлением даты, что бы не искать)

stringToDate: function(string) {
    var matches;
    if (matches = string.match(/^(\d{4,4})-(\d{2,2})-(\d{2,2})$/)) {
      return new Date(matches[1], matches[2] - 1, matches[3]);
    } else {
      return null;
    };
  },
  
  dateToString: function(date) {
    var month = (date.getMonth() + 1).toString();
    var dom = date.getDate().toString();
    if (month.length == 1) month = &quot;0&quot; + month;
    if (dom.length == 1) dom = &quot;0&quot; + dom;
    return dom + &quot;.&quot; + month + &quot;.&quot; + date.getFullYear();
  }</description>
		<content:encoded><![CDATA[<p>Вставить этот год в файл с локализацией после short_day_names: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], и получится такой формат записи &#8220;дд.мм.гггг&#8221; (код автора date_input с изменённым американским представлением даты, что бы не искать)</p>
<p>stringToDate: function(string) {<br />
    var matches;<br />
    if (matches = string.match(/^(\d{4,4})-(\d{2,2})-(\d{2,2})$/)) {<br />
      return new Date(matches[1], matches[2] &#8211; 1, matches[3]);<br />
    } else {<br />
      return null;<br />
    };<br />
  },</p>
<p>  dateToString: function(date) {<br />
    var month = (date.getMonth() + 1).toString();<br />
    var dom = date.getDate().toString();<br />
    if (month.length == 1) month = &#8220;0&#8243; + month;<br />
    if (dom.length == 1) dom = &#8220;0&#8243; + dom;<br />
    return dom + &#8220;.&#8221; + month + &#8220;.&#8221; + date.getFullYear();<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egoholic</title>
		<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/comment-page-1/#comment-1158</link>
		<dc:creator>egoholic</dc:creator>
		<pubDate>Mon, 13 Apr 2009 20:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://cyrill.co.uk/2008/02/05/jquery-date_input-%d0%bf%d0%be-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8/#comment-1158</guid>
		<description>хочу статей по JQuery!!!!!!!!!!!!!!!!!!!!!!!!!!!1</description>
		<content:encoded><![CDATA[<p>хочу статей по JQuery!!!!!!!!!!!!!!!!!!!!!!!!!!!1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olka</title>
		<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/comment-page-1/#comment-200</link>
		<dc:creator>Olka</dc:creator>
		<pubDate>Fri, 25 Jul 2008 09:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://cyrill.co.uk/2008/02/05/jquery-date_input-%d0%bf%d0%be-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8/#comment-200</guid>
		<description>спасибо! имхо, date_input, гораздо удобнее, чем datepicker, к тому же не глючит с несколькими полями :)</description>
		<content:encoded><![CDATA[<p>спасибо! имхо, date_input, гораздо удобнее, чем datepicker, к тому же не глючит с несколькими полями <img src='http://cyrill.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/comment-page-1/#comment-199</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Fri, 09 May 2008 19:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://cyrill.co.uk/2008/02/05/jquery-date_input-%d0%bf%d0%be-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8/#comment-199</guid>
		<description>Спасибо большое за перевод и вообще за блог! Попали в избранное =)</description>
		<content:encoded><![CDATA[<p>Спасибо большое за перевод и вообще за блог! Попали в избранное =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo</title>
		<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/comment-page-1/#comment-198</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Fri, 21 Mar 2008 23:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://cyrill.co.uk/2008/02/05/jquery-date_input-%d0%bf%d0%be-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8/#comment-198</guid>
		<description>мило!спасибо за код</description>
		<content:encoded><![CDATA[<p>мило!спасибо за код</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifestar</title>
		<link>http://cyrill.co.uk/2008/02/05/jquery_date_input_in_russian/comment-page-1/#comment-197</link>
		<dc:creator>lifestar</dc:creator>
		<pubDate>Sat, 01 Mar 2008 16:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://cyrill.co.uk/2008/02/05/jquery-date_input-%d0%bf%d0%be-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8/#comment-197</guid>
		<description>Спасибо!</description>
		<content:encoded><![CDATA[<p>Спасибо!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
