Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python find oldest and newest date

oldest = min(datetimes)
newest = max(datetimes)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #find #oldest #newest #date
ADD COMMENT
Topic
Name
4+6 =