Date query

DarrylT

New member
Hi,

this has probably been covered before but I can't find it in the forum; how do I set things so that the date field has a default value of null rather than the start date of the calendar? I'm using the stable 4.3

Thanks in advance, Darryl
 

mjo

New member
Hello DarryIT,

Look at the config file. There is a sentence where you might change the year start date.

// start and end year for date field, used to build the year combo box for date fields
$start_year = 1968;
$end_year = 2015;
 

DebbieS

DaDaBIK Guru
DarryIT

I'm not at my reg PC right now, however, if memory serves correct, you should look in include/general_functions.php - the date functions and build date select are in there.
 
Top