Skip to content

jmestxr/react-datetime-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-datetime-picker

Datetime Picker for React App

Demo

demo

Docs

Props

Name Type Default Description
size “sm” │ “lg” “sm” Size of DateTimePicker component
dateValue string undefined Defines the initial selected date in the format: “DD/MM/YYYY”
timeValue string undefined Defines the initial selected time in the format: “HH:MM DayPeriod”
onSelectDate (value: string) => void undefined Executes a given JavaScript code when the selected date (passed into the parameter value) changes.
onSelectTime (value: string) => void undefined Executes a given JavaScript code when the selected time (passed into the parameter value) changes.

About

DateTime Picker for React App, analog-style.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published