is there any wildcard characters in asp like :
if i want to choose a date from the database without concern of year is there a way to look past the year like this
say i want all 4/22/ but in the db its always
4/22/2005 or 4/22/2004 i want to pull with with year but without concern in the statement. hoping for somehting like
4/22/200* is this possible one way or another
if i want to choose a date from the database without concern of year is there a way to look past the year like this
say i want all 4/22/ but in the db its always
4/22/2005 or 4/22/2004 i want to pull with with year but without concern in the statement. hoping for somehting like
4/22/200* is this possible one way or another