anyresolver.persiandate 2.0.0

dotnet add package anyresolver.persiandate --version 2.0.0
NuGet\Install-Package anyresolver.persiandate -Version 2.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="anyresolver.persiandate" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add anyresolver.persiandate --version 2.0.0
#r "nuget: anyresolver.persiandate, 2.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 anyresolver.persiandate as a Cake Addin
#addin nuget:?package=anyresolver.persiandate&version=2.0.0

// Install anyresolver.persiandate as a Cake Tool
#tool nuget:?package=anyresolver.persiandate&version=2.0.0

Complete persian date library for java script

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
2.0.0 1,386 6/30/2017
1.1.0 1,037 6/24/2017
1.0.1 1,026 6/22/2017
1.0.0 1,034 6/22/2017

- Add seasonName, dateParts enums
- Bug fixes and edit ticksToDate, addMonths, fromTicks functions
- Bug fixes and edit dayName, shortDayName, dayOfWeek, firstDateOfWeek, lastDateOfWeek, numberOfDays properties
- Add getPersianDate, toTicks private functions
- Add weekOfYear, weeksOfYear, daysInMonth, seasonName, season, ticksOfYear, ticksOfMonth, ticksOfWeek, ticksOfDay properties
- Add subtract, compareTo, equals, notEquals, gt, gte, lt, lte, diff functions
- Add min, max, getSeasonName, getSeason, getWeeksOfYear static functions