python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
ERROR in ../node_modules/@types/moment-timezone/moment-timezone.d.ts:63:11 - error TS2451: Cannot redeclare block-scoped variable 'tz'
I tried to install ( "ngx-persian-datepicker": "^0.1.3" ) on my angular boilerplate framework.
but wen i run "npm start" , I get this error.
ERROR in ../node_modules/@typ...
Media Aminian
Votes: 0
Answers: 0
Filter Data between two Persian date in c#
Hi I want to filter my data which is between two Persian date.
Note: Persian date is a string data type like : "1400/02/23"
when I want to filter my table in SQL Server I simply write like t...

fahime abouhamze
Votes: 0
Answers: 1
Use different calender and format info for DateTime.ToString() and DateTime.Parse() in Asp.Net Core 5
I use globalization and localization in my Asp.Net Core app and i want to use PersianCalendar when requested culture is set to 'fa-IR'.
This needs to happen whenever a DateTime.ToString() happens. I w...
UtechIr
Votes: 0
Answers: 0