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

@busy-web/ember-date-time

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

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

  • 2.3.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

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

Keywords

FAQs

Package last updated on 13 Nov 2020

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