fix time format

This commit is contained in:
Arnaud Delcasse 2025-06-16 15:53:45 +02:00
parent ba68e11785
commit 2a1cad3813
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
"driver_first_name" .ViewState.driver.Data.first_name
"driver_last_name" .ViewState.driver.Data.last_name
"address" .ViewState.booking.Journey.PassengerDrop.Properties.label
"date" (.ViewState.booking.Journey.PassengerPickupDate.Format "02/01/2006 15:04")
"date" (timeFormat .ViewState.booking.Journey.PassengerPickupDate "02/01/2006 15:04")
"phone_number" .ViewState.driver.Data.phone_number)}}
</form>
<form method="POST">