Date Difference Calculator Script
Default (GPT-3.5)
User
Write a javascript script that takes today’s date and a date in the past and produces the difference in years, weeks, days, hours and seconds
ChatGPT
Sure, here’s a JavaScript script that takes today’s date and a date in the past and calculates the difference in years, weeks, days, hours, and seconds:
javascript
Copy code