1.0.2 • Published 2 months ago

ember-power-calendar-moment v1.0.2

Weekly downloads
16,837
License
MIT
Repository
github
Last release
2 months ago

ember-power-calendar-moment

Date manipulation, formatting and parsin is too complex for ember-power-calendar to reinvent, so it has to rely on other well tested libraries for that.

This is the addon that exposes the utils used internally by ember-power-calendar, using Moment.js underneath.

You will want to install this addon if you already use moment.js in your application already, or if moment.js is your preferred date manipulation library.

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above
  • Node.js v18 or above

Installation

ember install ember-power-calendar-moment

Add the following lines into you app/app.js to register this meta addon to ember-power-calendar

import { registerDateLibrary } from 'ember-power-calendar';
import DateUtils from 'ember-power-calendar-moment';

registerDateLibrary(DateUtils);

Usage

Don't use it.

This library is meant to be used internally by ember-power-calendar only.

The API can change in breaking ways based on the needs of Ember Power Calendar.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago

0.6.1

3 months ago

0.6.0

3 months ago

0.5.1

3 months ago

0.5.0

4 months ago

0.4.0

6 months ago

0.3.0

9 months ago

0.2.0

2 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago