Textfield: More than one Date with Datetime

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 877
Location: Switzerland

Textfield: More than one Date with Datetime

Post 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


arbei
User
Posts: 9286

Post 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.


Post Reply