dayofyearThe dayofyear function returns the integer number representing the day number of the given year.Syntax dayofyear( Date )ArgumentsDate: A datetime.ReturnsThe day number of the given year.ExampleThis example returns 348:print dayofyear( datetime(2025-12-14) ) Copy Run in Cribl Search PreviousPreviousNextNext