- (date2 - date1).days
- date2.days - date1.days
- timedelta(date2, date1)
- Không thể tính toán số ngày giữa hai ngày trong Python