finnkuusisto / CS638

1 stars 0 forks source link

Fix date submission on race times #37

Closed finnkuusisto closed 11 years ago

finnkuusisto commented 11 years ago

Dates are being submitted, but they display off from what was submitted. It could be something with the code that converts milliseconds to a display date, or it could be the conversion when the form is submitted.

finnkuusisto commented 11 years ago

It was the code to display a date. I was using the getDay() method instead of getDate().