Moment.js
1.7.0
| Advisory: https://github.com/advisories/GHSA-8hfj-j24r-96c4 | Severity: high |
See the version list below for details.
dotnet add package Moment.js --version 1.7.0
NuGet\Install-Package Moment.js -Version 1.7.0
<PackageReference Include="Moment.js" Version="1.7.0" />
<PackageVersion Include="Moment.js" Version="1.7.0" />
<PackageReference Include="Moment.js" />
paket add Moment.js --version 1.7.0
#r "nuget: Moment.js, 1.7.0"
#:package Moment.js@1.7.0
#addin nuget:?package=Moment.js&version=1.7.0
#tool nuget:?package=Moment.js&version=1.7.0
A lightweight javascript date library for parsing, manipulating, and formatting dates.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (8)
Showing the top 8 popular GitHub repositories that depend on Moment.js:
| Repository | Stars |
|---|---|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
|
|
|
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
|
|
|
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
|
|
|
sgermosen/TorneoPredicciones
Esta aplicacion de ejemplo tiene la finalidad de darle seguimiento a cualquier clase de torneo, y hacer predicciones al respecto, donde el ganador de la prediccion, se lleva el premio que hayan pautado los creadores del grupo
|
|
|
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
|
|
|
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
|
|
|
rgonek/Ilaro.Admin
Generic admin panel for ASP.NET MVC.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.10.2 | 21,604 | 4/9/2015 | |
| 2.10.1 | 159 | 4/9/2015 | |
| 2.10.0 | 2,535 | 4/7/2015 | |
| 2.9.0 | 76,801 | 1/8/2015 | |
| 2.8.4 | 24,340 | 12/10/2014 | |
| 2.8.3 | 140 | 12/10/2014 | |
| 2.8.2 | 57,827 | 9/3/2014 | |
| 2.8.1 | 27,037 | 8/5/2014 | |
| 2.7.0 | 21,995 | 6/17/2014 | |
| 2.6.0 | 35,474 | 4/23/2014 | |
| 2.5.1 | 22,525 | 1/27/2014 | |
| 2.5.0 | 5,286 | 1/5/2014 | |
| 2.4.0 | 13,990 | 10/28/2013 | |
| 2.3.1 | 5,589 | 10/10/2013 | |
| 2.3.0 | 90 | 10/10/2013 | |
| 2.2.1 | 3,168 | 9/12/2013 | |
| 2.2.0 | 100 | 9/12/2013 | |
| 2.1.0 | 8,175 | 7/8/2013 | |
| 2.0.0 | 9,707 | 2/14/2013 | |
| 1.7.2 | 2,665 | 10/3/2012 | |
| 1.7.1 | 62 | 10/3/2012 | |
| 1.7.0 | 638 | 8/27/2012 | |
| 1.6.2 | 218 | 5/4/2012 | |
| 1.6.1 | 56 | 5/4/2012 | |
| 1.6.0 | 57 | 5/4/2012 | |
| 1.5.1 | 67 | 5/4/2012 | |
| 1.5.0 | 57 | 5/4/2012 | |
| 1.4.0 | 60 | 3/8/2012 | |
| 1.3.0 | 67 | 1/12/2012 | |
| 1.2.0 | 76 | 12/17/2011 |
- Added moment.fn.endOf() and moment.fn.startOf().
- Added validation via moment.fn.isValid().
- Made formatting method 3x faster. http://jsperf.com/momentjs-cached-format-functions
- Add support for month/weekday callbacks in moment.fn.format()
- Added instance specific languages.
- Added two letter weekday abbreviations with the formatting token dd.
- Various language updates.
- Various bugfixes.