dayofyear The dayofyear function returns the integer number representing the day number of the given year.Syntax `dayofyear( Date )` Arguments Date: A datetime.Returns The day number of the given year.Example This example returns 348:print dayofyear( datetime(2025-12-14) ) Copy Run in Cribl Search PreviousPreviousNextNext