From b1157a6bc2ca2d5cf8a4ead09c4094013cb93240 Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sun, 7 Dec 2025 08:56:58 +0330 Subject: [PATCH] update convert_str_to_date --- common/helper_excel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/helper_excel.py b/common/helper_excel.py index 550e731..4abc9c0 100644 --- a/common/helper_excel.py +++ b/common/helper_excel.py @@ -302,7 +302,7 @@ def to_locale_str(a): return "{:,}".format(int(a)) -def convert_str_to_date(string): +def convert_str_to_date(string,with_datetime=None): string = str(string).strip() date_formats = [