Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

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

4 like 0 dislike
Hi everybody,

Should validation (did the user enter a real date) occur server-side or client-side? Why?
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
Client-side validation because there is no need to request a server side date when you could obtain a date from the client machine.
answered 1 year ago by marck_don (191,010 points)

Related questions