Momentxx.js 2.8.7

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Momentxx.js --version 2.8.7
NuGet\Install-Package Momentxx.js -Version 2.8.7
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="Momentxx.js" Version="2.8.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Momentxx.js --version 2.8.7
#r "nuget: Momentxx.js, 2.8.7"
#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 Momentxx.js as a Cake Addin
#addin nuget:?package=Momentxx.js&version=2.8.7

// Install Momentxx.js as a Cake Tool
#tool nuget:?package=Momentxx.js&version=2.8.7

A lightweight javascript date library for parsing, manipulating, and formatting dates.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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

- Add LTS localised format that includes seconds
           - Added formatToken 'x' for unix offset in milliseconds #1938
           - Support 24:00:00.000 to mean next day, at midnight.
           - Accept 'date' key when creating moment with object
           - Use native toISOString when we can
           - Some bugfixes and language improvements