<?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>Unfinished Website &#187; admin</title>
	<atom:link href="http://www.unfinishedwebsite.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unfinishedwebsite.com</link>
	<description>This website is never finished</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:55:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Excel date_format tostring string.format type function</title>
		<link>http://www.unfinishedwebsite.com/geek-tips/excel-date_format-tostring-string-format-type-function/</link>
		<comments>http://www.unfinishedwebsite.com/geek-tips/excel-date_format-tostring-string-format-type-function/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 22:24:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek Tips]]></category>

		<guid isPermaLink="false">http://www.unfinishedwebsite.com/?p=102</guid>
		<description><![CDATA[So it took me about 10 minutes to figure out that Excel has a date_format, date, date.toString() like function.  It's called text().  To get a date format into something which will import nicely into a postgres or mysql database, simply do somthing like this:]]></description>
			<content:encoded><![CDATA[<p>So it took me about 10 minutes to figure out that Excel has a date_format, date, date.toString() like function.  It&#8217;s called text().  To get a date format into something which will import nicely into a postgres or mysql database, simply do somthing like this:<br />
<code>text(A1, "yyyy-mm-dd")</code></p>
<p>And since all the other languages seem to have a more clear &#8220;date format&#8221; function, here are the corresponding methods:</p>
<ul>
<li>.Net/C# &#8211; String.Format() or DateTime.ToString()</li>
<li>php &#8211; date()</li>
<li>mysql &#8211; date_format()</li>
<li>postgres &#8211; to_char()</li>
<li>java &#8211; String.Format combined with a java.util.Calendar</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unfinishedwebsite.com/geek-tips/excel-date_format-tostring-string-format-type-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

