So I'm currently using Carbon for getting dates, times and comparisons. I can do subYear() easily enough to get this date last year. Now I need something to get the exact same day at the same time last year, e.g Wednesday of the second week of April.
I'd expect to have to do something that works out the current day of the week, e.g 3, and the current week of the year, then get the same value last year.
Just thought I'd check if there's anything available that already does this in Carbon or other PHP tools? Thanks