<?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>Sean Behan&#039;s Web Development Portfolio and Blog &#187; type</title>
	<atom:link href="http://seanbehan.com/tag/type/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com</link>
	<description>Web Development, Wordpress, Moodle, Ruby on Rails and Design in Burlington, Vermont</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:17:12 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generate MySQL Datetime Type Using PHP Date() Function</title>
		<link>http://seanbehan.com/php/generate-mysql-datetime-type-using-php-date-function/</link>
		<comments>http://seanbehan.com/php/generate-mysql-datetime-type-using-php-date-function/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[strftime]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://seanbehan.com/?p=779</guid>
		<description><![CDATA[If you want to insert a datetime that matches the default mysql datetime type format use this 

date('Y-m-d H:i:s');



Related posts:Managing Timestamps in MySQL with a Trigger
Problem slash Bug in Rails with attr_accessor and Datetime Select Fields
Custom Date Formats for Your Rails Application



Related posts:<ol><li><a href='http://seanbehan.com/databases/managing-timestamps-in-mysql-with-a-trigger/' rel='bookmark' title='Permanent Link: Managing Timestamps in MySQL with a Trigger'>Managing Timestamps in MySQL with a Trigger</a></li>
<li><a href='http://seanbehan.com/ruby-on-rails/problem-slash-bug-in-rails-with-attr_accessor-and-datetime-select-fields/' rel='bookmark' title='Permanent Link: Problem slash Bug in Rails with attr_accessor and Datetime Select Fields'>Problem slash Bug in Rails with attr_accessor and Datetime Select Fields</a></li>
<li><a href='http://seanbehan.com/ruby-on-rails/custom-date-formats-for-your-rails-application/' rel='bookmark' title='Permanent Link: Custom Date Formats for Your Rails Application'>Custom Date Formats for Your Rails Application</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you want to insert a datetime that matches the default mysql datetime type format use this </p>
<pre>
date('Y-m-d H:i:s');
</pre>


<p>Related posts:<ol><li><a href='http://seanbehan.com/databases/managing-timestamps-in-mysql-with-a-trigger/' rel='bookmark' title='Permanent Link: Managing Timestamps in MySQL with a Trigger'>Managing Timestamps in MySQL with a Trigger</a></li>
<li><a href='http://seanbehan.com/ruby-on-rails/problem-slash-bug-in-rails-with-attr_accessor-and-datetime-select-fields/' rel='bookmark' title='Permanent Link: Problem slash Bug in Rails with attr_accessor and Datetime Select Fields'>Problem slash Bug in Rails with attr_accessor and Datetime Select Fields</a></li>
<li><a href='http://seanbehan.com/ruby-on-rails/custom-date-formats-for-your-rails-application/' rel='bookmark' title='Permanent Link: Custom Date Formats for Your Rails Application'>Custom Date Formats for Your Rails Application</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://seanbehan.com/php/generate-mysql-datetime-type-using-php-date-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
