Hi,
In database In Datefiled I have date and time in that particular field
Ex:12-1-2019 12:12:00
currently my requirement is that i need to fecth records only based upon date
i don't want to check time
currently issue in below code is that it was checking date and time
if both date and time matches then only it was dispalying records
i need to fecth records based upon date
could you please help me