dayofyear() Function

Function

dayofyear( date )

Returns the day number within the year.

Parameters

Keyword Type Description

date

Date and Time

The date or datetime timestamp from which the day number will be extracted.

Returns

Integer

Examples

dayofyear(date(1957, 03, 14)) returns 73

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK