We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1f700 commit a9b002aCopy full SHA for a9b002a
1 file changed
Date_parser.py
@@ -5,7 +5,6 @@
5
#####################################################################
6
7
#######################This below function will parse a string and understand if any dates available or not .
8
-
9
def DateParsing(inp2):
10
dp = DateParser(inp2)
11
return dp.result()
0 commit comments