Suggestions about recreating the ability to adjust date by days, hours, minutes

I’m looking to recreate the attached picture functionality but not in the power table. I want to use a spinner to increment by whole numbers. I want the user to be able to select days, hours, minutes. I need to be able to write it back to a date format such as seen in the picture. I’m getting stuck between the integer format of the spinner and using that to control incrementing the date whether by day, hour, or minute.

Any ideas or suggestions is appreciated.

Found solution will update with solution soon