BigDanT
J. Batt Fan
- Joined
- Jul 1, 2015
- Messages
- 12,072
Just trying to figure out when I can post that uga had a championship closer to Pearl Harbor than to present day.Seems about right to me? They won around January 1, 1981 right?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just trying to figure out when I can post that uga had a championship closer to Pearl Harbor than to present day.Seems about right to me? They won around January 1, 1981 right?
Still not half as long as it's going to get.Today it's been 39 years, 11 months, 24 days, or
14,603 days
don't believe that's rightToday it's been 39 years, 11 months, 24 days, or
14,603 days
import datetime as dt
daywon=dt.datetime.strptime('January 1, 1981','%B %d, %Y')
today=dt.datetime.now()
print((today-daywon).days)
that's not how math works00Burdell said:Today isn't over yet so it's 14,601
Nerd alert.Code:import datetime as dt daywon=dt.datetime.strptime('January 1, 1981','%B %d, %Y') today=dt.datetime.now() print((today-daywon).days)
Nerd alert.