DatePart function example

The following example takes the date Received field and, by using the DatePart function, displays the quarter of the year it falls in.

DatePart("q", [Received])

Send feedback to MSDN.Look here for MSDN Online resources.