Fix date format
This commit is contained in:
parent
0af7fb4573
commit
acc9f21e78
@ -12,7 +12,7 @@ def map_request(request):
|
|||||||
app_count = request.body.get("details_of_use", {}).get("num_software_systems", 0)
|
app_count = request.body.get("details_of_use", {}).get("num_software_systems", 0)
|
||||||
annual_usage = request.annual_spend
|
annual_usage = request.annual_spend
|
||||||
last_submission_timestamp = (
|
last_submission_timestamp = (
|
||||||
request.last_submission_timestamp.format("M/DD/YYY")
|
request.last_submission_timestamp.format("M/DD/YYYY")
|
||||||
if request.last_submission_timestamp
|
if request.last_submission_timestamp
|
||||||
else "-"
|
else "-"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user