Page 1 of 1

Date Field, ho to use only a textbox and calendar field?

Posted: 2015-09-25 16:31
by wemersonrv
Hi, how can change the date field to use only a textfield and the calendar instead comboboxes for Month, day and Year ?

See the image below:

Image

I need to remove month, day and year... and show only calendar and the date in a textfield

Re: Date Field, ho to use only a textbox and calendar field?

Posted: 2015-10-15 01:25
by dragon
In your templateDV file, why don't you do something like this?

Code: Select all

// replace the following or whatever your date

<%%COMBO(date)%%>

Code: Select all

// with the following

<input type="date" class="form-control">