@busy-web/ember-date-time

2.3.5 • Public • Published

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @busy-web/ember-date-time

Weekly Downloads

13

Version

2.3.5

License

MIT

Unpacked Size

491 kB

Total Files

86

Last publish

Collaborators

  • hatunike
  • suclimbing
  • jrushton
  • robotsguide
  • busyinc