Probably due to the date being stored as both date and time (which Access does) when the field uses the Now() function.
If you change it to Date() it should clear up. If that's not an option, then try using the Format() funtion in your query to reformat the output to return just what you want...