This topic is locked

Add/Edit Date - can I change year select box defaults so it doesn'

6/26/2008 2:35:35 PM
PHPRunner General questions
S
SJWilson author

Is there a way to change the default dates in the year select box on the add & edit pages? The list of years in the select box starts at 1908 right now, is it possible to make it start at 1998 instead?

A
alang 6/26/2008

Have you tried assigning a default value on the "Edit As" tab for that field in the visual editor?

J
Jane 6/27/2008

Hi,
to change year radius edit WriteYears function in the include/commonfunctions.php file.

Here is a sample:

http://www.asprunner.com/forums/index.php?...amp;#entry13383

S
SJWilson author 6/27/2008

Thanks Jane - that worked. You're awesome!