Created
February 21, 2020 07:08
-
-
Save quantra-go-algo/9920b7a0ca0376b99cc0374f87f8ad1c 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
#Calculating the difference between two dates (14/02/2018 and 01/01/2018 09:15AM) | |
delta = datetime(2018,2,14)-datetime(2018,1,1,9,15) | |
delta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment