3.0.4 • Published 5 years ago

weare-mt-pill-date-picker v3.0.4

Weekly downloads
9
License
WE_ARE
Repository
bitbucket
Last release
5 years ago

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 or time or datetime (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