I've been assigned the task of validating a date field that gets populated when creating an invoice. It is a text box with three button objects that allow a user to select a date from a calendar, enter today's date, or remove the date entry.
My task is to make sure that users cannot enter a date that is NOT within the current month (double negative...tricky). My task is to make sure that users can only enter dates within the current month. (better?)
I have no idea how to do this. Should I use the asp controls or do this on the back end?
I'm using VB.NET.
I did not post any code yet because I figure the way to do this is pretty standard. If not, I will post whatever is necessary.
Thank you all again.