Countdown no longer works

I have a couple of watch faces that I created that include a countdown to Christmas. The used to work but now I don’t get anything in the countdown.

I use the following formula to calculate the days.

$(359-#DD#)<0?((365-#DD#)+359):(359-#DD#)$

Any help is appreciated.

1 Like

Welcome @nickamoore72 . That formula works for me . If your Draft was inspectable I could see how yo are trying to Implement it . I have seen a lot of broken count down Formulas recently this one is good .