Greetings!
Can anyone give me an example of correct DBLookup value for the datetime type key field.
I have table IsHoliday(HolidayDay datetime, IsHoliday varchar(10)). I add value in table insert into IsHoliday(HolidayDay, IsHoliday) values('2017-05...