Classic ASP - display records from databse in the table Week-wise or month-wise
问题 I'm using asp code i.e classic ASP and SQL server 2000 in this process to display records from database into a table. I have two links called week-wise and month-wise . when the user clicks on this link he will see the data week-wise or month-wise assuming the database have a date field which stores all the dates, when the record is inserted. So far i'm able to display records present in the table for that particular user. How can i display his/her records WEEK or MONTH wise. this is the