Unity-Editor-UI
Unity-Editor-UI copied to clipboard
What to do with the Script provided by you??
I have the DateTimePicker script of yours. But you didn't provide any readme about that. What to do with this file??
Basically all the DateTimePicker does is act as a normal text input field which parses the entered date as a string. If the entered string is not a date, it will turn the background of the input field red. You can see the readme for more info.
Have a look at the examples for some general examples on how to use the library. They don't contain a specific example for the DateTimePicker but it should work in the same way as the other widgets except that the property you're binding to must be a DateTime.