I have a database (MyISAM) that stores user inputed entries for each day. It's basically a worksheet for employees where they enter what they did on a particular day.
I need to get the days in which users did not enter any entries so i can mark that day as a vacation day. More exactly, i need to get a table like
Date User
20-11-2013 test1
20-12-2013 test1
20-12-2013 test2
How exactly do i go about doing this?