Countdown with month, week, and day

Looking through the community, I found the formula for creating a countdown for just days. However, can I make a countdown that shows how many months, weeks, and days are left until my target date?

Current formula: ($(247-#DD#)<0?((365-#DD#)+247):(247-#DD#)$)

I’m trying to figure this out as well…