Hi, I am trying to do some comparisons between fields in a database and values in DateTimePicker controls. For some of those I need just the date or just the time. I have received help on getting what I need from the DateTimePicker, but I'm not sure how to get the info I need from the actual database field. Is there a quick and dirty way to pull in just the date or just the time for a comparison? I'm pretty new to .NET and I wasn't sure how to go about this. Thank you in advance.