-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Agent 57951 edited this page Dec 31, 2025
·
1 revision
Welcome to the Kurdish Calendar Library documentation!
- [Getting Started](Getting-Started) - Installation and basic usage
- [Month Names Reference](Month-Names-Reference) - Complete list of month names in all dialects
- [Day Names Reference](Day-Names-Reference) - Complete list of day names in all dialects
- [Date Formatting Guide](Date-Formatting-Guide) - How to format dates in different styles
- [Code Examples](Code-Examples) - Common usage patterns and examples
dotnet add package KurdishCalendar.Coreusing KurdishCalendar.Core;
// Get today's date in Kurdish calendar
KurdishDate today = KurdishDate.Today;
Console.WriteLine(today.ToString("D", KurdishDialect.SoraniLatin));
// Output: 11 Befranbar 2725
// Convert Gregorian to Kurdish
DateTime gregorian = new DateTime(2025, 1, 1);
KurdishDate kurdishDate = KurdishDate.FromDateTime(gregorian);- [GitHub Repository](https://github.com/57951/KurdishCalendar)
- [NuGet Package](https://www.nuget.org/packages/KurdishCalendar.Core/)
- [API Documentation](https://57951.github.io/KurdishCalendar/)
- [Report Issues](https://github.com/57951/KurdishCalendar/issues)
If you find this library useful, please consider:
- ⭐ Starring the repository on GitHub
- 📢 Sharing it with others
- 🐛 Reporting bugs or supplying additional dialects via [Issues](https://github.com/57951/KurdishCalendar/issues)