Skip to content

Instantly share code, notes, and snippets.

@CharlyWargnier
Created February 8, 2020 17:36
Show Gist options
  • Select an option

  • Save CharlyWargnier/cc24fbe9c71385932df59ab76ff1cf8a to your computer and use it in GitHub Desktop.

Select an option

Save CharlyWargnier/cc24fbe9c71385932df59ab76ff1cf8a to your computer and use it in GitHub Desktop.
start_date = '2016-10-16' #@param {type:"date"}
end_date = '2016-10-17' #@param {type:"date"}
print('start date for the exported csv is: ' + start_date)
print('end date for the exported csv is: ' + end_date)
print ('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment