Should validation (did the user enter a real date) occur server-side or client-side? Why?

Q

Should validation (did the user enter a real date) occur server-side or client-side? Why?

✍: Guest

A

Client-side validation because there is no need to request a server side date when you could obtain a date from the client machine.

2014-01-16, 1592👍, 0💬