I want to get date part only from database 'date time' value I m using the below code..but it is getting date and time part.
using (FEntities context = new FEntities())
{
DateTime date = DateTime.Now;
if (context.tblvalue.Any(x => x.date == date))
{
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With