User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/gatepass-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-23 04:50:03 +00:00
parent a3ae3daf6e
commit 844206a880

View File

@ -90,9 +90,10 @@
"time_in": {
"type": "string",
"title": "Time In",
"format": "time",
"timeFormat": "HH:mm",
"timeSaveFormat": "HH:mm"
"format": "time",
"timeFormat": "h:mm A", // 12-hour format with AM/PM
"timeSaveFormat": "HH:mm:ss",
"ampm": true
},
"time_out": {