<?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: How to calculate the Easter date in PL/SQL</title>
	<atom:link href="http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fortius</title>
		<link>http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql/comment-page-1#comment-419559</link>
		<dc:creator>fortius</dc:creator>
		<pubDate>Wed, 01 Dec 2010 14:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2111#comment-419559</guid>
		<description>Can you tell me what is &quot;zondag zoeken&quot; in your code ??</description>
		<content:encoded><![CDATA[<p>Can you tell me what is &#8220;zondag zoeken&#8221; in your code ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql/comment-page-1#comment-241123</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Mon, 25 Jun 2007 10:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2111#comment-241123</guid>
		<description>I don&#039;t like wordpress. it changes my quotes &quot;&#039;&quot;, it changes my formating and it cuts my text when I use a &lt; sign.

In the above comment you should add the following line
&lt; 10</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like wordpress. it changes my quotes &#8220;&#8216;&#8221;, it changes my formating and it cuts my text when I use a &lt; sign.</p>
<p>In the above comment you should add the following line<br />
&lt; 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql/comment-page-1#comment-241117</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Mon, 25 Jun 2007 10:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2111#comment-241117</guid>
		<description>You use the internet to check your values, but you can also use it for querying your values:

[pre]

select 2000 + level
     , cast( to_timestamp_tz( extractValue( HTTPURITYPE( &#039;www.holidaywebservice.com/Holidays/GBSCT/Dates/GBSCTHolidayDates.asmx/GetEaster?year=&#039; 
                                                       &#124;&#124; to_char( 2000 + level )
                                                       ).getXML()
                                          , &#039;/dateTime&#039;
                                          , &#039;xmlns=&quot;http://www.27seconds.com/Holidays/GBSCT/Dates/&quot;&#039;
                                          )
                            , &#039;YYYY-MM-DD&quot;T&quot;HH24:MI:SS.FF7TZH:TZM&#039;
                            ) as date
           )
from dual connect by level </description>
		<content:encoded><![CDATA[<p>You use the internet to check your values, but you can also use it for querying your values:</p>
<p>[pre]</p>
<p>select 2000 + level<br />
     , cast( to_timestamp_tz( extractValue( HTTPURITYPE( &#8216;www.holidaywebservice.com/Holidays/GBSCT/Dates/GBSCTHolidayDates.asmx/GetEaster?year=&#8217;<br />
                                                       || to_char( 2000 + level )<br />
                                                       ).getXML()<br />
                                          , &#8216;/dateTime&#8217;<br />
                                          , &#8216;xmlns=&#8221;http://www.27seconds.com/Holidays/GBSCT/Dates/&#8221;&#8216;<br />
                                          )<br />
                            , &#8216;YYYY-MM-DD&#8221;T&#8221;HH24:MI:SS.FF7TZH:TZM&#8217;<br />
                            ) as date<br />
           )<br />
from dual connect by level</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Sinke</title>
		<link>http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql/comment-page-1#comment-239919</link>
		<dc:creator>Patrick Sinke</dc:creator>
		<pubDate>Fri, 22 Jun 2007 09:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2111#comment-239919</guid>
		<description>This blog again proves that everything has been done before :) thanks for your input!</description>
		<content:encoded><![CDATA[<p>This blog again proves that everything has been done before <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks for your input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Rogers</title>
		<link>http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql/comment-page-1#comment-239817</link>
		<dc:creator>Howard Rogers</dc:creator>
		<pubDate>Fri, 22 Jun 2007 01:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2111#comment-239817</guid>
		<description>There&#039;s a Knowledge Base article on doing precisely this at http://www.dizwell.com/prod/node/368

The function described there correctly tells you that Good Friday in 2008 will be on 21st March.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a Knowledge Base article on doing precisely this at <a href="http://www.dizwell.com/prod/node/368" rel="nofollow">http://www.dizwell.com/prod/node/368</a></p>
<p>The function described there correctly tells you that Good Friday in 2008 will be on 21st March.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p3t0r</title>
		<link>http://technology.amis.nl/blog/2111/how-to-calculate-the-easter-date-in-plsql/comment-page-1#comment-239796</link>
		<dc:creator>p3t0r</dc:creator>
		<pubDate>Thu, 21 Jun 2007 23:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2111#comment-239796</guid>
		<description>I was intrigued by this bug, and read through some Java based examples. It seems that the have an additional if statement ( if(n &gt; 31) )  which causes the result to be correct for 2008. http://www.java2s.com/Code/Java/Development-Class/EastercomputethedayonwhichEasterfalls.htm</description>
		<content:encoded><![CDATA[<p>I was intrigued by this bug, and read through some Java based examples. It seems that the have an additional if statement ( if(n &gt; 31) )  which causes the result to be correct for 2008. <a href="http://www.java2s.com/Code/Java/Development-Class/EastercomputethedayonwhichEasterfalls.htm" rel="nofollow">http://www.java2s.com/Code/Java/Development-Class/EastercomputethedayonwhichEasterfalls.htm</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

