helper-date@0.2.1
Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registere
MIT
2015-02-17
安装 (0.2.1)
npm install helper-date@0.2.1
yarn add helper-date@0.2.1
pnpm add helper-date@0.2.1
bun add helper-date@0.2.1
dependencies (4)
| 包名 | 版本要求 |
|---|---|
| date.js | ^0.2.0 |
| extend-shallow | ^0.2.0 |
| kind-of | ^0.1.2 |
| moment | ^2.8.4 |
devDependencies (4)
| 包名 | 版本要求 |
|---|---|
| handlebars | ^2.0.0 |
| lodash | ^2.4.1 |
| mocha | * |
| should | * |