dayofmonthThe dayofmonth function returns the integer number representing the day number of the given month.Syntax dayofmonth( Date )ArgumentsDate: A datetime.ReturnsThe day number of the given month.ExampleThis example returns 14:print dayofmonth(datetime(2015-12-14)) Copy Run in Cribl Search PreviousPreviousNextNext