vascofg / react-admin-date-inputs

Date Inputs for react-admin
MIT License
67 stars 81 forks source link

TimeInput component's value is the full date. #29

Open khukeke opened 5 years ago

khukeke commented 5 years ago

code is : <TimeInput {...prop} options={{format: 'HH:mm:ss'}}/>

I use 'format' to format display. but the value is like this: 'Thu Mar 21 2019 00:58:01 GMT+0800'

I want value is like this: '00:58:01'.

thanks.