A column of 'Date' data type holds a valid date with its constituents: 'day', 'month' and 'year'. A month name is not a valid date, it is just 'text'. You can't store just text (even if it is an abbreviation of a month name) in a date column. Store it in a column with type: text.