Unity-Editor-UI icon indicating copy to clipboard operation
Unity-Editor-UI copied to clipboard

What to do with the Script provided by you??

Open GuptaTanay opened this issue 7 years ago • 1 comments

I have the DateTimePicker script of yours. But you didn't provide any readme about that. What to do with this file??

GuptaTanay avatar Jul 03 '18 10:07 GuptaTanay

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.

RoryDungan avatar Jul 03 '18 13:07 RoryDungan