Socket
Socket
Sign inDemoInstall

moment-parseformat

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moment-parseformat

A moment.js plugin to extract the format of a date/time string


Version published
Weekly downloads
68K
decreased by-0.13%
Maintainers
1
Weekly downloads
 
Created
Source

moment.parseFormat – a moment.js plugin

A moment.js plugin to extract the format of a date/time string

Installation

Install using bower for usage in browser:

bower install --save moment-parseformat

Install using npm for node.js:

npm install --save moment-parseformat

Usage

var format = moment.parseFormat('Thursday, February 6th, 2014 9:20pm');
// dddd, MMMM Do, YYYY h:mma
moment().format(format); // format

Fine Print

The moment.parseFormat Plugin have been authored by Gregor Martynus, proud member of Team Hoodie. Support our work: gittip us.

License: MIT

Keywords

FAQs

Package last updated on 08 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc