Page 1 of 1

Textfield: More than one Date with Datetime

Posted: Wed Sep 28, 2022 8:35 pm
by mpol_ch

Hi,
Is it possible to have field (Varchar 128) and enter date with datetime picker?
A user want to have a such field where he can enter more than one date (5 will be max).
Richt now we have only one date to enter.

mpol_ch


Re: Textfield: More than one Date with Datetime

Posted: Wed Sep 28, 2022 9:09 pm
by arbei

You may try multipleDates in the docs of the date time picker. However, you need to set the validation for the field as none in the project and write your own server/client side Form_CustomValidate functions to validate.