Hello,
we're trying to use DateTimeItem with text field and we have to use Zulu format for both user input and storing the datetime in the database (as text). DateDisplayFormat.TODATESTAMP looks very close, but it doesn't seem to work for us. DateTimeItem forms a correct text representation when using its picker, but submit fails validation saying "Must be a Date". Is this format supported or we need to provide a custom formatter?
we're using SmartGWT 6.0/SmartClient Version: v11.0p_2017-04-06/Enterprise Deployment (built 2017-04-06)
we're trying to use DateTimeItem with text field and we have to use Zulu format for both user input and storing the datetime in the database (as text). DateDisplayFormat.TODATESTAMP looks very close, but it doesn't seem to work for us. DateTimeItem forms a correct text representation when using its picker, but submit fails validation saying "Must be a Date". Is this format supported or we need to provide a custom formatter?
we're using SmartGWT 6.0/SmartClient Version: v11.0p_2017-04-06/Enterprise Deployment (built 2017-04-06)
Comment