Saw a report that was using MONOFYR and DAYOFYR Suggest doing something like this and exposing an internal method for this ```python3 def DAYOFYR(date): # check if date has a value, use that value if it does return date.timetuple().tm_yday ```