Return shamsi calendar in SQL

Viewed 36

I ran this script in SQL Server 2014:

SELECT FORMAT(GETDATE(), N'yyyy/MM/dd', N'fa')

But the result is a Gregorian date instead of a Persian date.
The collation is Arabic_CI_AS.

0 Answers
Related