Select the Date and Time of the match, using two input widgets for one attribute.

0
I have created a match new edit . In that I need to select the date and time of the match, using two input widgets for one attribute. We can do that by placing two date picker widgets. But I am not understanding how to do.   Can anyone pls help me with this.
asked
1 answers
2

There's multiple ways you can do this:

  • Put a single datetime picker in your form and make sure it allows date AND time. That way people can just fill it out in one go
  • If you want two separate boxes, add one datepicker and select “date” and one datepicker where you select “time”

answered