Created
February 8, 2020 17:36
-
-
Save CharlyWargnier/cc24fbe9c71385932df59ab76ff1cf8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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