Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

helper-date

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helper-date

Template helper for adding formatted dates with node-dateformat. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registered. Also compatible with verb, assemble and Template.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
123K
decreased by-2.19%
Maintainers
1
Weekly downloads
 
Created
Source

helper-date NPM version

Template helper for adding formatted dates with moment.js. Should work with any engine.

See node-dateformat for all available options.

Install

Install with npm

npm i helper-date --save

Run tests

npm test

Register the helper

This should work with any engine, here are a few examples

template

template.helper('date', require('helper-date'));

assemble

assemble.helper('date', require('helper-date'));

verb

verb.helper('date', require('helper-date'));

handlebars

var handlebars = require('handlebars');
handlebars.registerHelper('date', require('helper-date'));

Usage

Handlebars:

{{date "MMMM DD, YYYY"}}

Lo-Dash or Underscore:

<%= date("MMMM DD, YYYY") %>

Verb (lo-dash, with special delimiters to avoid delimiter collision in documentation):

{%%= date("MMMM DD, YYYY") %}

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

[object Object]

License

Copyright (c) 2014 Jon Schlinkert Released under the MIT licenses


This file was generated by verb on November 07, 2014.

Keywords

FAQs

Package last updated on 10 Nov 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