<?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>シンプルな日付選択用ライブラリ「protocalendar.js」を公開しました へのコメント</title>
	<atom:link href="http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/</link>
	<description>Ruby on Rails, JavaScript, iPhone Applications</description>
	<pubDate>Tue, 07 Sep 2010 21:23:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Rosalind Gravenstein より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-1402</link>
		<dc:creator>Rosalind Gravenstein</dc:creator>
		<pubDate>Mon, 16 Aug 2010 21:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-1402</guid>
		<description>Gday ... i just wanted to say I appreciate the blog.. if you have some free time you should take a look at http://ow.ly/2qlbb</description>
		<content:encoded><![CDATA[<p>Gday &#8230; i just wanted to say I appreciate the blog.. if you have some free time you should take a look at <a href="http://ow.ly/2qlbb" rel="nofollow">http://ow.ly/2qlbb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Masahiro より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-220</link>
		<dc:creator>Masahiro</dc:creator>
		<pubDate>Fri, 29 May 2009 07:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-220</guid>
		<description>さきほど投稿したMasahiroです。
私が使っていたのは古いバージョン（1.1.0）でした。最新バージョン（1.1.8.2）では修正されていました。
お騒がせしてすみませんでした。</description>
		<content:encoded><![CDATA[<p>さきほど投稿したMasahiroです。<br />
私が使っていたのは古いバージョン（1.1.0）でした。最新バージョン（1.1.8.2）では修正されていました。<br />
お騒がせしてすみませんでした。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Masahiro より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-219</link>
		<dc:creator>Masahiro</dc:creator>
		<pubDate>Fri, 29 May 2009 07:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-219</guid>
		<description>はじめまして。
便利なライブラリのご提供ありがとうございます。
使っていて、気づいた点をご報告させていただきます。

例えば、今日の日付が2009年5月29日で、日付入力テキスト欄に表示された日付が、"2009/02/20"だとします。
日付入力テキストをクリックすると、2009年3月のカレンダーが表示されます。
ソースを追って調べたところ、parseメソッドで、
var date = new Date();
とした時点で、dateは2009年5月29日です。
これに、年、月、日の順にセットされていきます。
月に2をセットした時点で、2月29日になるため、3月1日と変換され、続いて、日がセットされて3月20日となるようです。
よろしければ、修正していただけませんでしょうか？</description>
		<content:encoded><![CDATA[<p>はじめまして。<br />
便利なライブラリのご提供ありがとうございます。<br />
使っていて、気づいた点をご報告させていただきます。</p>
<p>例えば、今日の日付が2009年5月29日で、日付入力テキスト欄に表示された日付が、&#8221;2009/02/20&#8243;だとします。<br />
日付入力テキストをクリックすると、2009年3月のカレンダーが表示されます。<br />
ソースを追って調べたところ、parseメソッドで、<br />
var date = new Date();<br />
とした時点で、dateは2009年5月29日です。<br />
これに、年、月、日の順にセットされていきます。<br />
月に2をセットした時点で、2月29日になるため、3月1日と変換され、続いて、日がセットされて3月20日となるようです。<br />
よろしければ、修正していただけませんでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>k.k より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-185</link>
		<dc:creator>k.k</dc:creator>
		<pubDate>Mon, 30 Mar 2009 09:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-185</guid>
		<description>はじめまして、
非常に優れたライブラリ、ありがとうございます。

日付フォーマットに「format: "yyyymmdd"」という指定はできないようですね。20090330という表示をしたかったのですが。どうしてもUIがつかいたいので、改造できないか考えてみます。</description>
		<content:encoded><![CDATA[<p>はじめまして、<br />
非常に優れたライブラリ、ありがとうございます。</p>
<p>日付フォーマットに「format: &#8220;yyyymmdd&#8221;」という指定はできないようですね。20090330という表示をしたかったのですが。どうしてもUIがつかいたいので、改造できないか考えてみます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>cutedog より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-178</link>
		<dc:creator>cutedog</dc:creator>
		<pubDate>Mon, 19 Jan 2009 07:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-178</guid>
		<description>ありがとうございます。
やってみます。</description>
		<content:encoded><![CDATA[<p>ありがとうございます。<br />
やってみます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>kusakari より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-177</link>
		<dc:creator>kusakari</dc:creator>
		<pubDate>Mon, 19 Jan 2009 07:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-177</guid>
		<description>&gt;&gt;cutedogさん

http://labs.spookies.co.jp/2008/09/22/protocalendar-js-1-1-8-1-release/#comments
の下の方でコメントされているように、
カレンダーをインスタンス変数（例えば cal）として持っておいて、
「年」リストが変わったときに、以下のようにすることで、
動的に変更することが可能だと思います。

cal.options.minDate = new Date(1900, 0, 1);</description>
		<content:encoded><![CDATA[<p>>>cutedogさん</p>
<p><a href="http://labs.spookies.co.jp/2008/09/22/protocalendar-js-1-1-8-1-release/#comments" rel="nofollow">http://labs.spookies.co.jp/2008/09/22/protocalendar-js-1-1-8-1-release/#comments</a><br />
の下の方でコメントされているように、<br />
カレンダーをインスタンス変数（例えば cal）として持っておいて、<br />
「年」リストが変わったときに、以下のようにすることで、<br />
動的に変更することが可能だと思います。</p>
<p>cal.options.minDate = new Date(1900, 0, 1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>cutedog より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-176</link>
		<dc:creator>cutedog</dc:creator>
		<pubDate>Mon, 19 Jan 2009 06:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-176</guid>
		<description>早速の回答ありがとうございます。
なるほど！！できました。
月は０起算だったんですね。てっきり「月」指定なのかと思ってました。

あと、もう一点質問があるのですが、
カレンダーのオプション再指定をしてカレンダーの再ロードを行いたいのですが、どうすればできるのでしょうか？
やりたいことは、前記質問のコードを利用して、親画面上で「年」リストを作っておき、この「年」リストを変えることで、カレンダー表示した際に年の範囲を変更したいのですが、最初にロードしたカレンダーしか表示されないのです。
当スレの主旨にはずれる質問かもしれませんが、
宜しくご教授願います。</description>
		<content:encoded><![CDATA[<p>早速の回答ありがとうございます。<br />
なるほど！！できました。<br />
月は０起算だったんですね。てっきり「月」指定なのかと思ってました。</p>
<p>あと、もう一点質問があるのですが、<br />
カレンダーのオプション再指定をしてカレンダーの再ロードを行いたいのですが、どうすればできるのでしょうか？<br />
やりたいことは、前記質問のコードを利用して、親画面上で「年」リストを作っておき、この「年」リストを変えることで、カレンダー表示した際に年の範囲を変更したいのですが、最初にロードしたカレンダーしか表示されないのです。<br />
当スレの主旨にはずれる質問かもしれませんが、<br />
宜しくご教授願います。</p>
]]></content:encoded>
	</item>
	<item>
		<title>kusakari より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-175</link>
		<dc:creator>kusakari</dc:creator>
		<pubDate>Mon, 19 Jan 2009 06:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-175</guid>
		<description>&gt;&gt;cutedogさん
ご利用ありがとうございます。
javascriptの Date オブジェクトの月は0から始まっているため、1を指定すると、2月になってしまいます。

「とほほのJavaScriptリファレンス」などで一度ご確認お願いします。
http://www.tohoho-web.com/js/date.htm</description>
		<content:encoded><![CDATA[<p>>>cutedogさん<br />
ご利用ありがとうございます。<br />
javascriptの Date オブジェクトの月は0から始まっているため、1を指定すると、2月になってしまいます。</p>
<p>「とほほのJavaScriptリファレンス」などで一度ご確認お願いします。<br />
<a href="http://www.tohoho-web.com/js/date.htm" rel="nofollow">http://www.tohoho-web.com/js/date.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>cutedog より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-174</link>
		<dc:creator>cutedog</dc:creator>
		<pubDate>Mon, 19 Jan 2009 05:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-174</guid>
		<description>すいません。訂正します。
指定したのはこちらです。
InputCalendar.createOnLoaded('icon_calendar1', {inputReadOnly: true, lang:'ja', triggers: ['calendar_icon1'],format: 'yyyy/mm/dd',startYear: 2008, endYear: 2008, minDate: new Date(2008, 1, 1), maxDate: new Date(2008,12,31),showEffect: 'SlideDown', hideEffect: 'SlideUp'});</description>
		<content:encoded><![CDATA[<p>すいません。訂正します。<br />
指定したのはこちらです。<br />
InputCalendar.createOnLoaded(&#8217;icon_calendar1&#8242;, {inputReadOnly: true, lang:&#8217;ja&#8217;, triggers: ['calendar_icon1'],format: &#8216;yyyy/mm/dd&#8217;,startYear: 2008, endYear: 2008, minDate: new Date(2008, 1, 1), maxDate: new Date(2008,12,31),showEffect: &#8216;SlideDown&#8217;, hideEffect: &#8216;SlideUp&#8217;});</p>
]]></content:encoded>
	</item>
	<item>
		<title>cutedog より</title>
		<link>http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/comment-page-1/#comment-173</link>
		<dc:creator>cutedog</dc:creator>
		<pubDate>Mon, 19 Jan 2009 05:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/2007/11/20/protocalendar-js-10-relese/#comment-173</guid>
		<description>はじめまて。
以前よりすごいツールがあるなと関心してみておりましたが、今回利用させていただく機会がありましてＤＬさせてもらいました。
現在ＨＴＭＬに組み込みしているのですが、どうも私の指定が悪いのか、不具合なのかの判断がつかず、投稿させていただきました。

2008/1/1～2008/12/31をカレンダー表示して選択できるようにしたいのですが、2008/1/1（元旦）を選択したにもかかわず2008/2/1が選択された動作となってしまいます。ＨＴＭＬでは以下のような指定をしております。
ご教授お願い致します。

	    
	    
	    
	      InputCalendar.createOnLoaded('icon_calendar1', {inputReadOnly: true, lang:'ja', triggers: ['calendar_icon1'],format: 'yyyy/mm/dd',minDate: new Date(2008,01,01), maxDate: new Date(2008,12,31),showEffect: 'SlideDown', hideEffect: 'SlideUp'});
	    &#160;</description>
		<content:encoded><![CDATA[<p>はじめまて。<br />
以前よりすごいツールがあるなと関心してみておりましたが、今回利用させていただく機会がありましてＤＬさせてもらいました。<br />
現在ＨＴＭＬに組み込みしているのですが、どうも私の指定が悪いのか、不具合なのかの判断がつかず、投稿させていただきました。</p>
<p>2008/1/1～2008/12/31をカレンダー表示して選択できるようにしたいのですが、2008/1/1（元旦）を選択したにもかかわず2008/2/1が選択された動作となってしまいます。ＨＴＭＬでは以下のような指定をしております。<br />
ご教授お願い致します。</p>
<p>	      InputCalendar.createOnLoaded(&#8217;icon_calendar1&#8242;, {inputReadOnly: true, lang:&#8217;ja&#8217;, triggers: ['calendar_icon1'],format: &#8216;yyyy/mm/dd&#8217;,minDate: new Date(2008,01,01), maxDate: new Date(2008,12,31),showEffect: &#8216;SlideDown&#8217;, hideEffect: &#8216;SlideUp&#8217;});<br />
	    &nbsp;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
