quarter1st(
DATE
)

The quarter1st( function computes the first day of a quarter.


Parameters

This function has one parameter:

date – is a number representing the date.


Description

This function calculates the first day of the quarter. For example, if the date passed to this function is August 12, 1995, this function will return the date July 1, 1995. The date is returned as a number.

datepattern(quarter1st(date("8/12/95")),"Month ddnth, YYYY") ☞ July 1st, 1995

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0