New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@busy-web/ember-date-time

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@busy-web/ember-date-time

Date time & and range picker for ember addon


Version published
Weekly downloads
44
increased by4.76%
Maintainers
4
Weekly downloads
 
Created

Build Status npm version Maintainability Test Coverage

@busy-web/ember-date-time

Date time picker and date range picker for ember cli

Installation

Install this addon using ember-cli

ember install @busy-web/ember-date-time

Usage

Use ember-jsignature in your template:

// basic datetime picker
{{ember-date-time-picker timestamp=model.picker0.standard.timestamp}}

// basic datetime picker with unix timestamp
{{ember-date-time-picker unix=model.picker1.seconds.timestamp}}

Documentation

Documentation can only be found by cloning the repo and running ember server then viewing the page at localhost:4200 in a browser.

Contributing

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

License

MIT License

FAQs

Package last updated on 05 Apr 2018

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