Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ def extract_result(lst):
|
|
| 208 |
issue_date=expiry_date
|
| 209 |
print("I am in 2nd except")
|
| 210 |
print(birth_date)
|
| 211 |
-
|
| 212 |
print(datetime.strptime(lst[x][4], '%y%m%d'))
|
| 213 |
document_type=lst[x][7]
|
| 214 |
document_number=lst[x][8]
|
|
|
|
| 208 |
issue_date=expiry_date
|
| 209 |
print("I am in 2nd except")
|
| 210 |
print(birth_date)
|
| 211 |
+
# print(datetime.strptime(lst[x][4], '%y%m%d').strftime('%d/%m/%Y'))
|
| 212 |
print(datetime.strptime(lst[x][4], '%y%m%d'))
|
| 213 |
document_type=lst[x][7]
|
| 214 |
document_number=lst[x][8]
|