weare-mt-pill-date-picker
v3.0.4
Published
Date Picker field for CMS Major Tom.
Downloads
3
Readme
Repository (not published yet) https://npm.dev.studioweare.com
WE_ARE Major Tom - Pill Date Picker
A text widget for CMS Major Tom.
Installation
$ npm install weare-mt-pill-date-picker
Options list
type
{string} :date
ortime
ordatetime
(Default:datetime
)viewFormat
{string} :DD/MM/YYYY h:mm a
or any momentjs format (Default:DD/MM/YYYY h:mm a
)options
{object} : Contains additional options passed directly to jquery-datetimepicker plugin. Those options are merged with the internal options object AFTER it is created, therefore you can basically alter everything you want. (Default:{}
) (see plugin documentation)
Version 3.0.2
- Fix anonymous define bug of majortom compressed file
- Add option
options
Version 3.0.1
- Change the Date Picker for jquery-datetimepicker
- Remove MDL style and custom style new picker
- Add option
type
- Add option
viewFormat