bethgrace5 / sequoia-grove

Angular JS / Java Spring Web Application to Assist Employee Scheduling
http://bethgrace5.github.io/sequoia-grove/
4 stars 3 forks source link

Implement Date Pickers #45

Closed bethgrace5 closed 8 years ago

bethgrace5 commented 8 years ago

All of the date inputs are currently plain text inputs - a library needs to be found for angular date picker, installed with bower, and implemented to return the format needed to send with requests.

tpascua11 commented 8 years ago

For the datepicker, wouldn't it become a bit hard to select your birth date?

bethgrace5 commented 8 years ago

@tpascua11 that is a good point. We need a way to force the users enter the date in a specific format. I think a date picker is the best way to do so, but if you have a better idea, we can look at it.