1

in BP3 Brazos toolkit, when I use 'date time picker' to input date and time, what type of variable should be bound?

I tried the binding date and datetimepickerselection type. both did not work, throwing an error.

Adam
  • 3,815
  • 29
  • 24
Bibhu
  • 11
  • 3

1 Answers1

6

The BP3 Brazos UI DateTimePicker should be bound to a date (system date) object.

The error might be caused by additional bindings under the configuration tab.

For more information on what data-type object to bind, please refer to the online documentation.

Sumithran
  • 6,217
  • 4
  • 40
  • 54