EditBox and Date Picker

Issues related to forms.
Post Reply
THW68
 
 
Posts: 1
Joined: Wed Aug 02, 2017 2:09 pm

EditBox and Date Picker

Post by THW68 »

Hello,

i have a EditBox on a form and i woud schow the Date Picker when EditBox is select.

How can i make this in WYSIWYG Web Builder 12?

Image
https://mobile.kalabrien-ferienwohnung. ... -23-53.png

Have anyone a wbs sample for me?

thanks
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: EditBox and Date Picker

Post by Pablo »

You can use the jQuery Date Picker object for this. Just set the mode of the object to 'overlay' (instead of 'inline')
windsurfer
 
 
Posts: 181
Joined: Mon May 13, 2019 9:15 pm

Re: EditBox and Date Picker

Post by windsurfer »

Is it possible to make the year go back to say 1900
I am putting this on a genealogy site.
I used to have a photographic memory but i ran out of film !!!
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: EditBox and Date Picker

Post by Pablo »

The minimum year is 1970, this is a JavaScript limitation:
https://developer.mozilla.org/en-US/doc ... jects/Date
Post Reply