curtisullerich / attendance

An attendance application built for the Iowa State University Cyclone Football 'Varsity' Marching Band.
MIT License
6 stars 2 forks source link

Time worked date entry must be unclear #262

Open curtisullerich opened 10 years ago

curtisullerich commented 10 years ago

Some students are entering 14 for the year instead of 2014. We need some validation to prevent that.

danstiner commented 10 years ago

And we (technically correctly) parse that as 14CE, lovely!

Perhaps just using placeholder text would be enough? I guess it also wouldn't hurt to just completely disallow pre-2000 years. the loss of generality doesn't much matter here.

curtisullerich commented 10 years ago

I say we introduce a Y10K bug by disallowing non-4 digit years.