Contenido del Curso
Organizing Date and Time Data for Analysis and Applications
Organizing Date and Time Data for Analysis and Applications
Operations with Dates
Now that you have understood what datetime objects are and how you can transform them, we can introduce the timedelta() function. timedelta() allows you to alter your dates by adding a delta to your dates (days, months, ecc..). We will also show how easy it is to find the difference between two dates.
Tarea
Swipe to start coding
- Import the
datetimelibrary with thetimedeltamodule; - Find the difference between two dates;
- Add 30 days to the
date1variable.
Solución
Mark tasks as Completed
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 5
AVAILABLE TO ULTIMATE ONLY