We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Mr.yazdi, Thanks for your package.
I use TimePicker without Datepicker for save just time .
I want to set default value of my time for edit but not convert this format ("hh:mm:ss") to DateObject or Date.
How can i set this format "hh:mm:ss" to Datepicker value?
example: <DatePicker disableDayPicker value={"23:00"} plugins={[<TimePicker />]} /> but render:
<DatePicker disableDayPicker value={"23:00"} plugins={[<TimePicker />]} />
The text was updated successfully, but these errors were encountered:
const date = new DateObject({ date: "18:35:44", format: "HH:mm:ss", });
//date is null
Sorry, something went wrong.
No branches or pull requests
Hi Mr.yazdi,
Thanks for your package.
I use TimePicker without Datepicker for save just time .
I want to set default value of my time for edit but not convert this format ("hh:mm:ss") to DateObject or Date.
How can i set this format "hh:mm:ss" to Datepicker value?
example:
<DatePicker disableDayPicker value={"23:00"} plugins={[<TimePicker />]} />
but render:
The text was updated successfully, but these errors were encountered: