Skip to content
No description or website provided.
CoffeeScript JavaScript Shell
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist
scripts
spec/dash_formatters
.bowerrc
.gitignore
.travis.yml
CHANGELOG.md
Gruntfile.js
LICENSE.md
README.md
bower.json
bower_deploy.sh
package.json
testem.json

README.md

Dash Formatters

Build Status

This is a collection of text formatters for the Dash platform.

Releasing a New Version

Steps to release a new version:

  1. Update the change log.
  2. Run ./bower_deploy.sh

Setup

  • install node/npm
  • npm install
  • bower install
  • npm install testem -g

Tests

Run testem

Usage

dateString = "2013-04-25T15:30:35.050+00:00"
new DashFormatters.Date().format(dateString) # => "4/25/2013"

License

MIT License

Something went wrong with that request. Please try again.