1.0.8 • Published 9 years ago

tsjing-date-picker v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

tsjing-date-picker

React Native DatePicker for iOS and Android

Installation

npm i --save --save-exact tsjing-date-picker

Properties

Note: all timestamps are ms-based

PropertyTypeDescription
valueNumber (timestamp)Current date value of the date picker
minDateNumber (timestamp)Minimum date that can be selected
maxDateNumber (timestamp)Maximum date that can be selected
modeStringiOS only: 'date', 'time' or 'datetime'
onDateChangeFunctionFires when the selected date changed, param: datetime as timestamp
textFieldStyleObjectAdditional styling for the input box
initialDateNumber (timestamp)Initial date

Todo

  • More testing
  • Placeholders
  • Examples

Tsjing logo

1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago