update convert_str_to_date
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user