BigDanT
J. Batt Fan
- Joined
- Jul 1, 2015
- Messages
- 12,014
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?
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.