need help with date (asp)
Hi
i want to find dates between two dates by using query below.
MinDate= "01."&RMonth&"."&RYear
MaxDate= "31."&RMonth&"."&RYear
Sql="Select * From Absences where ADate>='"&MinDate&"' and ADate<='"&MaxDate&"' and S_No="&No&" order by ADate"
i m living in Turkey, and date format is dd.mm.yyyy when i try to see the page i got type mismatch error
please help me on this porblem
|