<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Converting to (and from) Julian Date (YYDDD) format in T-SQL	</title>
	<atom:link href="https://lobsterpot.com.au/blog/2009/03/25/converting-to-and-from-julian-format-in-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://lobsterpot.com.au/blog/2009/03/25/converting-to-and-from-julian-format-in-t-sql/</link>
	<description></description>
	<lastBuildDate>Thu, 07 May 2020 04:34:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: A T-SQL Tip: Working calculations - LobsterPot Blogs		</title>
		<link>https://lobsterpot.com.au/blog/2009/03/25/converting-to-and-from-julian-format-in-t-sql/#comment-677</link>

		<dc:creator><![CDATA[A T-SQL Tip: Working calculations - LobsterPot Blogs]]></dc:creator>
		<pubDate>Thu, 07 May 2020 04:34:13 +0000</pubDate>
		<guid isPermaLink="false">/blogs/robfarley/archive/2009/03/25/converting-to-and-from-julian-format-in-t-sql.aspx#comment-677</guid>

					<description><![CDATA[[&#8230;] Back in 2009, I wrote a blog post on Julian (YYDDD) dates. http://blogs.lobsterpot.com.au/2009/03/25/converting-to-and-from-julian-format-in-t-sql/ [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Back in 2009, I wrote a blog post on Julian (YYDDD) dates. <a href="http://blogs.lobsterpot.com.au/2009/03/25/converting-to-and-from-julian-format-in-t-sql/" rel="nofollow ugc">http://blogs.lobsterpot.com.au/2009/03/25/converting-to-and-from-julian-format-in-t-sql/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: robfarley		</title>
		<link>https://lobsterpot.com.au/blog/2009/03/25/converting-to-and-from-julian-format-in-t-sql/#comment-676</link>

		<dc:creator><![CDATA[robfarley]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:56:30 +0000</pubDate>
		<guid isPermaLink="false">/blogs/robfarley/archive/2009/03/25/converting-to-and-from-julian-format-in-t-sql.aspx#comment-676</guid>

					<description><![CDATA[True, but this particular client needed char(5) for other reasons.]]></description>
			<content:encoded><![CDATA[<p>True, but this particular client needed char(5) for other reasons.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jason wong		</title>
		<link>https://lobsterpot.com.au/blog/2009/03/25/converting-to-and-from-julian-format-in-t-sql/#comment-675</link>

		<dc:creator><![CDATA[jason wong]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:06:08 +0000</pubDate>
		<guid isPermaLink="false">/blogs/robfarley/archive/2009/03/25/converting-to-and-from-julian-format-in-t-sql.aspx#comment-675</guid>

					<description><![CDATA[It&#039;s better to use integer arithematic than string manipulations for performance reasons.

set @standardDate = DATEADD (day , @julianDate%1000-1, DATEADD(year,@julianDate/1000-1900, 0 ) )]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s better to use integer arithematic than string manipulations for performance reasons.</p>
<p>set @standardDate = DATEADD (day , @julianDate%1000-1, DATEADD(year,@julianDate/1000-1900, 0 ) )</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: robfarley		</title>
		<link>https://lobsterpot.com.au/blog/2009/03/25/converting-to-and-from-julian-format-in-t-sql/#comment-674</link>

		<dc:creator><![CDATA[robfarley]]></dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:42:55 +0000</pubDate>
		<guid isPermaLink="false">/blogs/robfarley/archive/2009/03/25/converting-to-and-from-julian-format-in-t-sql.aspx#comment-674</guid>

					<description><![CDATA[Matt,

In a leap year, the days from March onwards are one number further. For example, consecutive March 1s might be 08061, 09060.

Rob]]></description>
			<content:encoded><![CDATA[<p>Matt,</p>
<p>In a leap year, the days from March onwards are one number further. For example, consecutive March 1s might be 08061, 09060.</p>
<p>Rob</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://lobsterpot.com.au/blog/2009/03/25/converting-to-and-from-julian-format-in-t-sql/#comment-673</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 30 Mar 2009 09:08:47 +0000</pubDate>
		<guid isPermaLink="false">/blogs/robfarley/archive/2009/03/25/converting-to-and-from-julian-format-in-t-sql.aspx#comment-673</guid>

					<description><![CDATA[How does this account for leap-year in the serial count?]]></description>
			<content:encoded><![CDATA[<p>How does this account for leap-year in the serial count?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
