PersianDate 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PersianDate --version 1.0.0
NuGet\Install-Package PersianDate -Version 1.0.0
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="PersianDate" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PersianDate --version 1.0.0
#r "nuget: PersianDate, 1.0.0"
#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.
// Install PersianDate as a Cake Addin
#addin nuget:?package=PersianDate&version=1.0.0

// Install PersianDate as a Cake Tool
#tool nuget:?package=PersianDate&version=1.0.0

look github project site readme.md for more samples and format strings.

using Microsoft.NET 2 Globalization.PersianCalendar class it tries to normalize the given persian date string and convert it to Gregorian Datetime object.

samples:
string pdate=ConvertDate.ToFa(DateTime.Now, "f");//پنج شنبه, 01 آبان 1393 21:53  
pdate= ConvertDate.ToFa(DateTime.Now );//1393/08/01
Datetime dt= ConvertDate.ToEn(pdate);//2014/10/23

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.5 1,471 11/2/2014
1.3.0 389 10/31/2014
1.2.0 393 10/30/2014
1.0.0 78 10/24/2014