if((DOB.getMonth() < 3),"Winter",if((DOB.getMonth() < 6),"Spring",if((DOB.getMonth() < 9),"Summer",if((DOB.getMonth() < 12),"Autumn","Winter"))))