Is it possible to get the day of the year in the 1-365|366
range from a Luxon DateTime
object?
I'm looking for a solution that doesn't involve computing the value. So something similar to DateTime.day
, DateTime.weekNumber
, DateTime.month
etc. or using DateTime.toFormat()
would be awesome.