| 
 
 | 
						 
							501226 8/12/2005 | 
| 
 
 I have see something, I have 4 date field and I found that I havee to choose the same format for all of them. IT is fine but in the field year the drop down box start at 1950, Is ther a way to make it start at 1900.  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 8/15/2005 | 
| 
 
 Boris, for($i=$tm["tm_year"]+1900-$cYearRadius;$i<=$tm["tm_year"]+1900+$cYearRadius;$i++) 
 for($i=1900;$i<=$tm["tm_year"]+1900+$cYearRadius;$i++)  | 
											|