Add X days to an existing date field Hello,Any JS Superhero who may already have a similar code already made ?I’m trying to show on a UI only date field (named: NewDate) , a calculation of an existing date field(named: balance_date__c) + result of another UI-only number formula field(named: days_to_add)So need, balance_date__c + days_to_add = a date in UI field: NewDateI saw this post , and tried for 1h to modify it to my need, but my noobness is showing lolAnything close to this scenario, I would appreciate you sharing it,for me to fiddle around withThank you