global-date-time-converter.core 1.0.1

dotnet add package global-date-time-converter.core --version 1.0.1
                    
NuGet\Install-Package global-date-time-converter.core -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="global-date-time-converter.core" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="global-date-time-converter.core" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="global-date-time-converter.core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add global-date-time-converter.core --version 1.0.1
                    
#r "nuget: global-date-time-converter.core, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=global-date-time-converter.core&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=global-date-time-converter.core&version=1.0.1
                    
Install as a Cake Tool

GlobalDateConverter is a versatile .NET library designed to convert Gregorian dates and times into various languages and calendar systems, making it ideal for global applications. Whether you're developing for a multilingual audience or need to present dates and times in different cultural formats, GlobalDateConverter provides an easy and reliable solution.

Features
Date Conversion: Convert Gregorian dates to localized date formats using different languages and calendars.
Time Conversion: Convert times to localized formats, including proper numeral translation.
Wide Culture Support: Supports a vast range of cultures, including but not limited to English, Spanish, French, German, Arabic, Hindi, Bengali, Chinese, Japanese, and more.
Calendar Specifics: Handles calendar-specific details such as month names and day formatting.
Easy Integration: Simple API for quick integration into any .NET project.

Installation
You can install the package via NuGet Package Manager Console:

Install-Package GlobalDateConverter

Or via .NET CLI:
dotnet add package GlobalDateConverter

Use
//Simple use
string banglaDate = DateConverter.ConvertDate(date, "bn-BD"); // Bengali (Bangladesh)
string arabicDate = DateConverter.ConvertDate(date, "ar-SA"); // Arabic (Saudi Arabia)

Supported Cultures
en-US: English (United States)
en-GB: English (United Kingdom)
es-ES: Spanish (Spain)
fr-FR: French (France)
de-DE: German (Germany)
it-IT: Italian (Italy)
pt-PT: Portuguese (Portugal)
pt-BR: Portuguese (Brazil)
zh-CN: Chinese (Simplified, China)
zh-TW: Chinese (Traditional, Taiwan)
ja-JP: Japanese (Japan)
ko-KR: Korean (Korea)
ru-RU: Russian (Russia)
ar-SA: Arabic (Saudi Arabia)
hi-IN: Hindi (India)
bn-BD: Bengali (Bangladesh)
tr-TR: Turkish (Turkey)
nl-NL: Dutch (Netherlands)
sv-SE: Swedish (Sweden)
da-DK: Danish (Denmark)
nb-NO: Norwegian (Norway)
fi-FI: Finnish (Finland)
el-GR: Greek (Greece)
he-IL: Hebrew (Israel)
th-TH: Thai (Thailand)
vi-VN: Vietnamese (Vietnam)
id-ID: Indonesian (Indonesia)
ms-MY: Malay (Malaysia)

For a full list of supported cultures, please refer to the CultureInfo class documentation.

License
This project is licensed under the MIT License. See the LICENSE file for more information.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 153 7/12/2024
1.0.0 139 7/6/2024