<?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>MDBitz Development Resources &#187; Date</title>
	<atom:link href="http://resources.mdbitz.com/tags/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://resources.mdbitz.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Nov 2010 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Optimizing T-SQL Procedures &#8211; Utilize same datatypes as is in the table</title>
		<link>http://resources.mdbitz.com/2010/04/optimizing-t-sql-procedures-utilize-same-datatypes-as-is-in-the-table/</link>
		<comments>http://resources.mdbitz.com/2010/04/optimizing-t-sql-procedures-utilize-same-datatypes-as-is-in-the-table/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 17:52:54 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[DateTime]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[SYBASE]]></category>
		<category><![CDATA[varchar]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1318</guid>
		<description><![CDATA[Today I was running some tests on my T-SQL Procedures and noticed that for some reason my Select statement was performing in seconds compared to my Procedure which would take minutes to complete. After a few hours I stumbled upon my mistake I had used the date datatype in the procedure parameters when my database [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/04/optimizing-t-sql-procedures-utilize-same-datatypes-as-is-in-the-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Overview of the DateTime object in PHP</title>
		<link>http://resources.mdbitz.com/2010/04/an-overview-of-the-datetime-object-in-php/</link>
		<comments>http://resources.mdbitz.com/2010/04/an-overview-of-the-datetime-object-in-php/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:32:49 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[DateTime]]></category>
		<category><![CDATA[getdate]]></category>
		<category><![CDATA[modify]]></category>
		<category><![CDATA[sub]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1296</guid>
		<description><![CDATA[Most if not all PHP developers are aware of the getdate function and how it returns an associated array of the current time and date. $current_time= getdate&#40;&#41;; print_r&#40; $current_time &#41;; Output Format: Array ( [seconds] =&#62; 40 [minutes] =&#62; 58 [hours] =&#62; 21 [mday] =&#62; 17 [wday] =&#62; 2 [mon] =&#62; 6 [year] =&#62; 2003 [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/04/an-overview-of-the-datetime-object-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Forms</title>
		<link>http://resources.mdbitz.com/2010/04/html5-forms/</link>
		<comments>http://resources.mdbitz.com/2010/04/html5-forms/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 15:05:42 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[Color Picker]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[DateTime]]></category>
		<category><![CDATA[eMail]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Input]]></category>
		<category><![CDATA[MONTH]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[placeholder]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1288</guid>
		<description><![CDATA[In addition to new tag elements in HTML5 the input element has been extended with new types and attributes. Although these changes are not fully supported across all browsers they can still be added if desired to your existing websites. New input attributes Placeholder Text It is common practice to include placeholder or default text [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/04/html5-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Calendar and SimpleDateFormat Classes: A Beginner&#8217;s How To for Date Manipulation</title>
		<link>http://resources.mdbitz.com/2009/09/java-calendar-and-simpledateformat-classes-a-beginners-how-to-for-date-manipulation/</link>
		<comments>http://resources.mdbitz.com/2009/09/java-calendar-and-simpledateformat-classes-a-beginners-how-to-for-date-manipulation/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:27:48 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Date Manipulation]]></category>
		<category><![CDATA[SimpleDateFormat]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=263</guid>
		<description><![CDATA[Java Calendar The Calendar class is a java utility for obtaining and modifying the current date and time. It contains all the functionality necessary to get the current time in any time zone as well as methods for manipulating the Date. import java.util.Calendar; Java SimpleDateFormat The SimpleDateFormat is another utility that is used to format [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/09/java-calendar-and-simpledateformat-classes-a-beginners-how-to-for-date-manipulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

