I am working on building a base that tracks the daily open and close times of a facility with a variety of function rooms. Ideally it tracks the room number, the time the room was opened, the time the room was closed (with an automation tracking hours used-rounded to half hour), and who the client is. There are a number of other ancillary items that I would like to include eventually, but this is the primary function we are looking for. I don't really like the default Date field and have been playing around with datetime_format and datetime_parse, but can't seem to get the outputs right. Also while I am building this, I am not necessarily the end user. What options do I have for presenting this to my colleagues to enter the data in real time? Appreciate any advice and feedback as I work through this project.