1.0.2 • Published 8 years ago

react-input-dateTime v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

THIS IS A FORK OF input-moment

input-moment

React datetime picker powered by momentjs

The design is from https://dribbble.com/shots/1439965-Due-Date-and-Time-Picker.

The icon is from ionicons.

Installation

npm i hb-input-moment --save

Notice: This module requires moment as a peerDependency.

Old Demo

http://wangzuo.github.io/input-moment

Usage

Basic example

<InputMoment
  moment={this.state.moment}
  onChange={this.handleChange}
  onSave={this.handleSave}
/>

Props

PropDescriptionDefault
dateOnlyBoolean. If it should show only the date picker.false
timeOnlyBoolean. If it should show only the time picker.false
prevMonthIconString. Class string for the previous month icon.'ion-ios-arrow-left'
nextMonthIconString. Class string for the next month icon.'ion-ios-arrow-right'
localeString. Locale to display date time in.'en'
hideSaveBoolean. should hide the save button.'false'

Development

License

ISC