how to get the date only
not the date and time value
i use the following method but it fail !!
select * from HourWorksheet where date(date ad sdate)=" + EntryDate.value.Date +""
and im using another method like this
"select ID,Date from HourWorksheet where Date=CONVERT(VARCHAR(30),'" + EntryDate.Text + "',103) and ID=1"
View Complete Post