<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "日期之年月日拆解及補0"]]></title>
		<link>https://forum.andowson.com/posts/list/12.page</link>
		<description><![CDATA[Latest messages posted in the topic "日期之年月日拆解及補0"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>日期之年月日拆解及補0</title>
				<description><![CDATA[ [code]cast(datepart(yyyy, birthday) as varchar)+'年'+right('00'+cast(datepart(mm, birthday) as varchar), 2)+'月'+right('00'+cast(datepart(dd, birthday) as varchar), 2)+'日' as birthday_string[/code] 
<br>
<br>
[code]datepart(yyyy, birthday) AS birth_year, right('00'+cast(datepart(mm, birthday) as varchar), 2) AS birth_month, 
<br>
right('00'+cast(datepart(dd, birthday) as varchar), 2) AS birth_day[/code]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/310/580.page</guid>
				<link>https://forum.andowson.com/posts/preList/310/580.page</link>
				<pubDate><![CDATA[Thu, 2 Apr 2009 22:16:47]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>