date format ??

wxdqz

New Member
I want to create a table with date like :
create table reward (
thedate date NOT NULL,
....
);

What I need for dates is this format :
May 2001
June 1999

How can I do it please ?
Thanks
 
Back
Top