how to treat milliseconds March 10, 2023, 09:21:03 PM Hi, I've the following situation: I'm working on a system for a karting track. I need the user to register time that each driver did in a lap. In database, the field is in TIME(3) format since I need three positions for the milliseconds. When I edit the inline field in the List Page, I see that it's possible to type the milliseconds, however, I' cant format it so that the same happens in the Add Page and Edit Page.Tks! Quote Selected
Re: how to treat milliseconds Reply #1 – March 13, 2023, 03:46:39 PM Use the "Date Picker Display Format" configuration option to set it the way you want it to appear. you can use this as a reference PHP date_format() Function (w3schools.com) Quote Selected