Calculates the quarter of the year in which a date falls.
quarter(date)
returns numeric
date.quarter()
dt = createdatetime(2016,1,1,5,30,25); q = quarter( dt ); writeoutput( q );