change to plus 100 years as opposed to hard coded date

This commit is contained in:
Charlie Marshall 2013-08-11 17:33:29 +01:00
parent 3ccb96897c
commit 23991e583e

View File

@ -351,7 +351,7 @@ include("head.inc");
<script>
jQuery(function() {
jQuery( "#expires" ).datepicker( { dateFormat: 'mm/dd/yy', changeYear: true, yearRange: "+0:2099" } );
jQuery( "#expires" ).datepicker( { dateFormat: 'mm/dd/yy', changeYear: true, yearRange: "+0:+100" } );
});
</script>