<?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>SQL Islamic Calendar Dates - MSSQL Query</title>
	<atom:link href="https://mssqlquery.com/tag/sql-islamic-calendar-dates/feed" rel="self" type="application/rss+xml" />
	<link>https://mssqlquery.com</link>
	<description>MSSQL and TSQL Programming and TSQL Examples</description>
	<lastBuildDate>Wed, 22 Mar 2023 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>

<image>
	<url>https://mssqlquery.com/wp-content/uploads/2023/06/cropped-mssql-query-icon-32x32.png</url>
	<title>SQL Islamic Calendar Dates - MSSQL Query</title>
	<link>https://mssqlquery.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Islamic Calendar Dates in SQL Server</title>
		<link>https://mssqlquery.com/islamic-calendar-dates-in-sql-server</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Wed, 27 Oct 2021 21:18:03 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Islamic Calendar Dates]]></category>
		<category><![CDATA[SQL Server Islamic Calendar Dates]]></category>
		<category><![CDATA[TSQL Islamic Calendar Dates]]></category>
		<guid isPermaLink="false">https://mssqlquery.com/?p=249</guid>

					<description><![CDATA[<p>Hello to everyone, In this article, I will talk about changing the date format to Islamic calendar date format in SQL Server. You may need Islamic calendar date in SQL Server. You can use the codes below to change your date in Islamic calendar date format. 130 SELECT CONVERT(NVARCHAR, GETDATE(),&#46;&#46;&#46;</p>
<p>The post <a href="https://mssqlquery.com/islamic-calendar-dates-in-sql-server">Islamic Calendar Dates in SQL Server</a> first appeared on <a href="https://mssqlquery.com">MSSQL Query</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Hello to everyone,</p>
<p>In this article, I will talk about changing the date format to Islamic calendar date format in SQL Server.</p>
<p>You may need Islamic calendar date in SQL Server.</p>
<p>You can use the codes below to change your date in Islamic calendar date format.</p>
<table border="1" cellspacing="0" cellpadding="4" align="center">
<tbody>
<tr>
<td>130</td>
<td>
<pre class="line-numbers"><code class="language-sql">SELECT CONVERT(NVARCHAR, GETDATE(), 130);</code></pre>
</td>
<td>dd mmm yyyy hh:mi:ss:nnn AM/PM</td>
<td><img decoding="async" src="https://www.mssqltips.com/tipimages2/1145_date-output.png" alt="date output" width="201" height="18" /></td>
</tr>
<tr>
<td>131</td>
<td>
<pre class="line-numbers"><code class="language-sql">SELECT CONVERT(NVARCHAR, GETDATE(), 131);</code></pre>
</td>
<td>dd mmm yyyy hh:mi:ss:nnn AM/PM</td>
<td>10/12/1427 12:38:54:840AM</td>
</tr>
</tbody>
</table>
<p>When you run the code, you will get a result like the one below.</p>
<p><img decoding="async" fetchpriority="high" class="alignnone wp-image-251 size-full" src="https://mssqlquery.com/wp-content/uploads/2021/10/islamic-calendar-dates-in-sql-server-1.jpg" alt="Islamic Calendar Dates in SQL Server" width="700" height="445" srcset="https://mssqlquery.com/wp-content/uploads/2021/10/islamic-calendar-dates-in-sql-server-1.jpg 700w, https://mssqlquery.com/wp-content/uploads/2021/10/islamic-calendar-dates-in-sql-server-1-300x191.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>As you can see, the date format has been converted to the Islamic date format.</p>
<p>Good luck to everyone in business and life</p>
<div class='epvc-post-count'><span class='epvc-eye'></span>  <span class="epvc-count"> 205</span><span class='epvc-label'> Views</span></div><p>The post <a href="https://mssqlquery.com/islamic-calendar-dates-in-sql-server">Islamic Calendar Dates in SQL Server</a> first appeared on <a href="https://mssqlquery.com">MSSQL Query</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
