ion-datetime-picker-converter-fixed
v1.0.0-beta.1
Published
Model converter from/to International fixed calendar for ion-datetime-picker
Downloads
2
Readme
ion-datetime-picker-converter-fixed
Model converter from/to from/to International fixed calendar - for ion-datetime-picker
Installation
Use bower or npm to install this module:
bower install ion-datetime-picker-converter-fixed --save
npm install ion-datetime-picker ion-datetime-picker-converter-fixed --save
Import the javascript file into your HTML file (or use webpack):
<script src="lib/ion-datetime-picker-converter-fixed/dist/index.js"></script>
Usage
Use fixed
as a value of converter
attribute when you define your picker. It's best used together with International fixed calendar.
<ion-datetime-picker converter="fixed" ...></ion-datetime-picker>
See ion-datetime-picker README for more info.