<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Get Date Time in Any Format &#8211; UDF &#8211; User Defined Functions</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: joaosantos</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-434061</link>
		<dc:creator><![CDATA[joaosantos]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 21:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-434061</guid>
		<description><![CDATA[Does it work on sql server 2008 R2?]]></description>
		<content:encoded><![CDATA[<p>Does it work on sql server 2008 R2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavani</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-419200</link>
		<dc:creator><![CDATA[pavani]]></dc:creator>
		<pubDate>Thu, 07 Feb 2013 20:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-419200</guid>
		<description><![CDATA[How can I change &#039;Fri Jan 11 00:00:00 EST 2013&#039; into datetime format]]></description>
		<content:encoded><![CDATA[<p>How can I change &#8216;Fri Jan 11 00:00:00 EST 2013&#8242; into datetime format</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Display Datetime in Specific Format &#8211; SQL in Sixty Seconds #033 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-377769</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Display Datetime in Specific Format &#8211; SQL in Sixty Seconds #033 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 01:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-377769</guid>
		<description><![CDATA[[...] Get Date Time in Any Format – UDF – User Defined Functions [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Get Date Time in Any Format – UDF – User Defined Functions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mekjan</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-318311</link>
		<dc:creator><![CDATA[mekjan]]></dc:creator>
		<pubDate>Tue, 24 Jul 2012 07:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-318311</guid>
		<description><![CDATA[I have two columns &quot;InTime&quot; &amp; &quot;OutTime&quot;  both having type DateTime
I want to show the InTime and OutTime in following format
Hour:Minute AM/PM
also that i want the difference of OutTime and InTime In Hours and Minutes separately.
Help me in such regards 
Thanks]]></description>
		<content:encoded><![CDATA[<p>I have two columns &#8220;InTime&#8221; &amp; &#8220;OutTime&#8221;  both having type DateTime<br />
I want to show the InTime and OutTime in following format<br />
Hour:Minute AM/PM<br />
also that i want the difference of OutTime and InTime In Hours and Minutes separately.<br />
Help me in such regards<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mekjanKhuram</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-318309</link>
		<dc:creator><![CDATA[mekjanKhuram]]></dc:creator>
		<pubDate>Tue, 24 Jul 2012 07:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-318309</guid>
		<description><![CDATA[How can i get 12 Hour Time in following format
5:20 PM]]></description>
		<content:encoded><![CDATA[<p>How can i get 12 Hour Time in following format<br />
5:20 PM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azariah</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-307543</link>
		<dc:creator><![CDATA[Azariah]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 18:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-307543</guid>
		<description><![CDATA[Hi, 
is it possible to convert Jan 25,2012 to 2012-01-25? pls tell possible solution. thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
is it possible to convert Jan 25,2012 to 2012-01-25? pls tell possible solution. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritha</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-279483</link>
		<dc:creator><![CDATA[Ritha]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 13:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-279483</guid>
		<description><![CDATA[SELECT CONVERT(varchar, CONVERT(datetime, &#039;2014/12/30&#039;), 100)]]></description>
		<content:encoded><![CDATA[<p>SELECT CONVERT(varchar, CONVERT(datetime, &#8217;2014/12/30&#8242;), 100)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-271865</link>
		<dc:creator><![CDATA[Prasanna]]></dc:creator>
		<pubDate>Wed, 04 Apr 2012 10:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-271865</guid>
		<description><![CDATA[I have one column in a varchar format which represent year and month in &#039;YYYYMM&#039; fromat. How can I extract the year and month from it i.e. if the data is &#039;201104&#039;, I want it in the form of &#039;2011 APR&#039;?
Can anyone help me out?]]></description>
		<content:encoded><![CDATA[<p>I have one column in a varchar format which represent year and month in &#8216;YYYYMM&#8217; fromat. How can I extract the year and month from it i.e. if the data is &#8217;201104&#8242;, I want it in the form of &#8217;2011 APR&#8217;?<br />
Can anyone help me out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-265326</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 20 Mar 2012 12:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-265326</guid>
		<description><![CDATA[Have a look at CONVERT function in SQL Server help file]]></description>
		<content:encoded><![CDATA[<p>Have a look at CONVERT function in SQL Server help file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithin Bhaktha</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-257942</link>
		<dc:creator><![CDATA[Nithin Bhaktha]]></dc:creator>
		<pubDate>Wed, 29 Feb 2012 13:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-257942</guid>
		<description><![CDATA[hi
 i need a style format value for MM/dd/yyyy hh:mm:ss AM

 For eg like this 02/05/2012 12:20:23 AM
I am using Sql server 2008 R2
 Nithin]]></description>
		<content:encoded><![CDATA[<p>hi<br />
 i need a style format value for MM/dd/yyyy hh:mm:ss AM</p>
<p> For eg like this 02/05/2012 12:20:23 AM<br />
I am using Sql server 2008 R2<br />
 Nithin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithin Bhaktha</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-257941</link>
		<dc:creator><![CDATA[Nithin Bhaktha]]></dc:creator>
		<pubDate>Wed, 29 Feb 2012 13:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-257941</guid>
		<description><![CDATA[hi
 i need a style format value for MM/dd/yyyy hh:mm:ss AM
 For eg like this 02/05/2012 12:20:23 AM
 Nithin]]></description>
		<content:encoded><![CDATA[<p>hi<br />
 i need a style format value for MM/dd/yyyy hh:mm:ss AM<br />
 For eg like this 02/05/2012 12:20:23 AM<br />
 Nithin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaik Nazeer Hussain</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-234003</link>
		<dc:creator><![CDATA[Shaik Nazeer Hussain]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 06:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-234003</guid>
		<description><![CDATA[Hi,

I have date format like this 
select [dbo].[ufsFormat]
 (&#039;09-Jan-2012  3:15:58 PM&#039;, &#039;dd-Mmm-YYYY hh:MM:SS AM/PM&#039;) and i am getting the result 09-Jan-2012  3:15:58 PM.

But i need output is like(have to add zero in my hours when it is in 12 hours format) 09-Jan-2012  03:15:58 PM.

I am using Sqlserver2005.
Can any one help me out.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have date format like this<br />
select [dbo].[ufsFormat]<br />
 (&#8217;09-Jan-2012  3:15:58 PM&#8217;, &#8216;dd-Mmm-YYYY hh:MM:SS AM/PM&#8217;) and i am getting the result 09-Jan-2012  3:15:58 PM.</p>
<p>But i need output is like(have to add zero in my hours when it is in 12 hours format) 09-Jan-2012  03:15:58 PM.</p>
<p>I am using Sqlserver2005.<br />
Can any one help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronak Shah</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-207897</link>
		<dc:creator><![CDATA[Ronak Shah]]></dc:creator>
		<pubDate>Wed, 30 Nov 2011 10:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-207897</guid>
		<description><![CDATA[how to display in DD - MMM - yyyy where dash are compulsory . Not DD MMM YYYY]]></description>
		<content:encoded><![CDATA[<p>how to display in DD &#8211; MMM &#8211; yyyy where dash are compulsory . Not DD MMM YYYY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poonam</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-173538</link>
		<dc:creator><![CDATA[poonam]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-173538</guid>
		<description><![CDATA[need a format  DD/MM/YYYY HH:MI:SS how could i perform it]]></description>
		<content:encoded><![CDATA[<p>need a format  DD/MM/YYYY HH:MI:SS how could i perform it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-123340</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 14:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-123340</guid>
		<description><![CDATA[What is the datatype of @dtGetDate?]]></description>
		<content:encoded><![CDATA[<p>What is the datatype of @dtGetDate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naren</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-123322</link>
		<dc:creator><![CDATA[Naren]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 11:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-123322</guid>
		<description><![CDATA[CONVERT(CHAR(24), @dtGetDate, 103), converts format of @dtGetDate to 103.
Can there be a way to know in which format @dtGetDate is?]]></description>
		<content:encoded><![CDATA[<p>CONVERT(CHAR(24), @dtGetDate, 103), converts format of @dtGetDate to 103.<br />
Can there be a way to know in which format @dtGetDate is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biju K S</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-115861</link>
		<dc:creator><![CDATA[Biju K S]]></dc:creator>
		<pubDate>Thu, 03 Feb 2011 13:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-115861</guid>
		<description><![CDATA[Thanks for your reply Madhivanan,
The following code also will return the same result,
Here i have used CTE,
please check the code.

declare @varstartdate datetime
declare @varenddate datetime
declare @vardiff int

set @varstartdate = &#039;01/18/2011&#039;
set @varenddate = &#039;01/25/2011&#039;

set @vardiff = DATEDIFF(d,@varstartdate,@varenddate)

declare @s varchar(max)
set @s=&#039;with numbers as
(
select 1 as Num, convert(datetime,&#039;&#039;&#039; + convert(varchar,@varstartdate,101) + &#039;&#039;&#039;)   as vardate1
union all
select Num + 1, convert(datetime,&#039;&#039;&#039; + convert(varchar,@varstartdate,101) + &#039;&#039;&#039;) + Num from numbers where Num &lt; &#039; + convert(varchar,@vardiff) + &#039;
)
select convert(varchar,vardate1,101) from numbers option(Maxrecursion 25)&#039;
execute (@s)]]></description>
		<content:encoded><![CDATA[<p>Thanks for your reply Madhivanan,<br />
The following code also will return the same result,<br />
Here i have used CTE,<br />
please check the code.</p>
<p>declare @varstartdate datetime<br />
declare @varenddate datetime<br />
declare @vardiff int</p>
<p>set @varstartdate = &#8217;01/18/2011&#8242;<br />
set @varenddate = &#8217;01/25/2011&#8242;</p>
<p>set @vardiff = DATEDIFF(d,@varstartdate,@varenddate)</p>
<p>declare @s varchar(max)<br />
set @s=&#8217;with numbers as<br />
(<br />
select 1 as Num, convert(datetime,&#8221;&#8217; + convert(varchar,@varstartdate,101) + &#8221;&#8217;)   as vardate1<br />
union all<br />
select Num + 1, convert(datetime,&#8221;&#8217; + convert(varchar,@varstartdate,101) + &#8221;&#8217;) + Num from numbers where Num &lt; &#039; + convert(varchar,@vardiff) + &#039;<br />
)<br />
select convert(varchar,vardate1,101) from numbers option(Maxrecursion 25)&#039;<br />
execute (@s)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-114043</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 08:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-114043</guid>
		<description><![CDATA[select dateadd(day,number,cast(&#039;20110118&#039; as datetime)) from master..spt_values
where dateadd(day,number,cast(&#039;20110118&#039; as datetime))&lt;&#039;20110125&#039; and type=&#039;p&#039;]]></description>
		<content:encoded><![CDATA[<p>select dateadd(day,number,cast(&#8217;20110118&#8242; as datetime)) from master..spt_values<br />
where dateadd(day,number,cast(&#8217;20110118&#8242; as datetime))&lt;&#039;20110125&#039; and type=&#039;p&#039;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biju K S</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-113860</link>
		<dc:creator><![CDATA[Biju K S]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 15:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-113860</guid>
		<description><![CDATA[Hi All ,

Can any one answer how to get a series of dates with in a particular starting and ending date ?

For example my starting is &#039;01/18/2011&#039; and my ending date is &#039;01/25/2011&#039;, i need to get all the dates between those dates like,
Output: 
01/18/2011
01/19/2011
01/20/2011
01/21/2011
01/22/2011
01/23/2011
01/24/2011]]></description>
		<content:encoded><![CDATA[<p>Hi All ,</p>
<p>Can any one answer how to get a series of dates with in a particular starting and ending date ?</p>
<p>For example my starting is &#8217;01/18/2011&#8242; and my ending date is &#8217;01/25/2011&#8242;, i need to get all the dates between those dates like,<br />
Output:<br />
01/18/2011<br />
01/19/2011<br />
01/20/2011<br />
01/21/2011<br />
01/22/2011<br />
01/23/2011<br />
01/24/2011</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-102732</link>
		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 06:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-102732</guid>
		<description><![CDATA[Hi my clients need to display date time in following format.

dd/mm/yy hh:mm:ss

Like 
29/11/20 11:49:30

Not AM or PM

Day/Months/year(only last two digit) time in 24 Hour format.

How can I do this.

I am using SQL Server 2008 ans asp.net 3.5.

Please help me.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi my clients need to display date time in following format.</p>
<p>dd/mm/yy hh:mm:ss</p>
<p>Like<br />
29/11/20 11:49:30</p>
<p>Not AM or PM</p>
<p>Day/Months/year(only last two digit) time in 24 Hour format.</p>
<p>How can I do this.</p>
<p>I am using SQL Server 2008 ans asp.net 3.5.</p>
<p>Please help me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umar</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-75171</link>
		<dc:creator><![CDATA[Umar]]></dc:creator>
		<pubDate>Tue, 08 Jun 2010 11:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-75171</guid>
		<description><![CDATA[Hello pinal dev sir
can we convert current date like following formate
if date is 08/06/2010 then i want to convert like

8th June 2010

if my date is 21/06/2010 then i want
21st June 2010


please tell me

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello pinal dev sir<br />
can we convert current date like following formate<br />
if date is 08/06/2010 then i want to convert like</p>
<p>8th June 2010</p>
<p>if my date is 21/06/2010 then i want<br />
21st June 2010</p>
<p>please tell me</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajni</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-67077</link>
		<dc:creator><![CDATA[Rajni]]></dc:creator>
		<pubDate>Tue, 27 Apr 2010 06:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-67077</guid>
		<description><![CDATA[heY bOSS U R GENIOUS]]></description>
		<content:encoded><![CDATA[<p>heY bOSS U R GENIOUS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kishi</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-67064</link>
		<dc:creator><![CDATA[kishi]]></dc:creator>
		<pubDate>Tue, 27 Apr 2010 05:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-67064</guid>
		<description><![CDATA[this is the respnse of the parent form.]]></description>
		<content:encoded><![CDATA[<p>this is the respnse of the parent form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIPIN</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-67055</link>
		<dc:creator><![CDATA[VIPIN]]></dc:creator>
		<pubDate>Tue, 27 Apr 2010 04:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-67055</guid>
		<description><![CDATA[hey,,this needs to be checked out]]></description>
		<content:encoded><![CDATA[<p>hey,,this needs to be checked out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://blog.sqlauthority.com/2008/08/14/sql-server-get-date-time-in-any-format-udf-user-defined-functions/#comment-61012</link>
		<dc:creator><![CDATA[Ankit]]></dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=820#comment-61012</guid>
		<description><![CDATA[Hi, Madhivanan
Sorry for delay reply.
Actually I found solution, reference link given by Tejas Shah. thnx Tejas and you also.]]></description>
		<content:encoded><![CDATA[<p>Hi, Madhivanan<br />
Sorry for delay reply.<br />
Actually I found solution, reference link given by Tejas Shah. thnx Tejas and you also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
