<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeopleSoftGeeks &#187; SQL validate a date format</title>
	<atom:link href="http://www.peoplesoftgeeks.com/tag/sql-validate-a-date-format/feed" rel="self" type="application/rss+xml" />
	<link>http://www.peoplesoftgeeks.com</link>
	<description>Where we talk about software and computers</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:40:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Here is some SQL to help you validate a date format.</title>
		<link>http://www.peoplesoftgeeks.com/software-stuff/here-is-some-sqr-to-help-you-validate-a-date-format</link>
		<comments>http://www.peoplesoftgeeks.com/software-stuff/here-is-some-sqr-to-help-you-validate-a-date-format#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Stuff]]></category>
		<category><![CDATA[SQL validate a date format]]></category>

		<guid isPermaLink="false">http://www.peoplesoftgeeks.com/software-stuff/here-is-some-sqr-to-help-you-validate-a-date-format</guid>
		<description><![CDATA[!&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-!
! Procedure: Date-Validation          !
! Descr:     Validate $entered_date.  !
!&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-!
Begin-Procedure Date-Validation
#debug show &#8216;Entering Date-Validation&#8217;
Let $Date_Validation = &#8216;N&#8217;
!Show &#8216;$entered_date: &#8216; $entered_date
Let #1st_Slash_position = instr($entered_date, &#8216;/&#8217;, 1)
!Show &#8216;#1st_Slash_position: &#8216; #1st_Slash_position
Let #2nd_Slash_position = instr($entered_date, &#8216;/&#8217;, #1st_Slash_position + 1)
!Show &#8216;#2nd_Slash_position: &#8216; #2nd_Slash_position

  addthis_url    = 'http%3A%2F%2Fwww.peoplesoftgeeks.com%2Fsoftware-stuff%2Fhere-is-some-sqr-to-help-you-validate-a-date-format';
  addthis_title  = 'Here+is+some+SQL+to+help+you+validate+a+date+format.';
  addthis_pub    = '';




Technorati [...]]]></description>
			<content:encoded><![CDATA[<p>!&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-!<br />
! Procedure: Date-Validation          !<br />
! Descr:     Validate $entered_date.  !<br />
!&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-!<br />
Begin-Procedure Date-Validation<br />
#debug show &#8216;Entering Date-Validation&#8217;</p>
<p>Let $Date_Validation = &#8216;N&#8217;<br />
!Show &#8216;$entered_date: &#8216; $entered_date<br />
Let #1st_Slash_position = instr($entered_date, &#8216;/&#8217;, 1)<br />
!Show &#8216;#1st_Slash_position: &#8216; #1st_Slash_position<br />
Let #2nd_Slash_position = instr($entered_date, &#8216;/&#8217;, #1st_Slash_position + 1)<br />
!Show &#8216;#2nd_Slash_position: &#8216; #2nd_Slash_position</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.peoplesoftgeeks.com%2Fsoftware-stuff%2Fhere-is-some-sqr-to-help-you-validate-a-date-format';
  addthis_title  = 'Here+is+some+SQL+to+help+you+validate+a+date+format.';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/SQL+validate+a+date+format' rel='tag' target='_blank'>SQL validate a date format</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.peoplesoftgeeks.com/software-stuff/here-is-some-sqr-to-help-you-validate-a-date-format/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
