Future Date: April 30th

TODO: collapasable, copyable, download, etc

Today is march 14th, what is the date 47 days from now?from datetime import datetime, timedelta

Current date

current_date = datetime(2024, 3, 14)

Calculate the date 47 days from now

future_date = current_date + timedelta(days=47)

future_date.strftime("%Y-%m-%d")'2024-04-30'The date 47 days from March 14th, 2024, is April 30th, 2024.

Future Date: April 30th created at Tue Jan 20 1970 19:07:18 GMT+0000 (Coordinated Universal Time)

Related Chats

Born on March 8th 0.640

Change Git Commit Date 0.349

Mock `console.error` test. 0.342

Candy Doubling Day Calculation 0.325

Luxon for Human-Friendly Durations 0.317

Get shows in range 0.308

Back-fill 5 months data 0.306

Parse Date with Format 0.279

Save the Date: Dec 16! 0.272