Socket
Socket
Sign inDemoInstall

react-input-dateTime

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-dateTime

react datetime input element(mobile friendly)


Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 02 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc