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 = [