What is the command for this?

Hi,

My table has a column date, which has dates stored in format YYYY-MM-DD format.
Now I want to get the records, where date equals 2012-04-18.
Can someone tell me what query should be run for this?

WHERE datecolumn = '2012-04-18'