select distinct month(issue_date) from stamps where issue_date!='' and year(stamps.issue_date)=1981 order by month(issue_date)