This commit is contained in:
yumoqing 2024-10-25 16:21:41 +08:00
parent 78df413d4e
commit 14de707d79
3 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ def days_between(date_str1, date_str2):
# Get the number of days
days = abs(delta.days)
return days
def curDatetime():
return datetime.now()