Need help friends- i want data stored on database to display time - up to seconds as

Am working on a trivia page where i need the users when they type the answer i can save the time as well when the answer was input. For now its saving date and time but not the seconds… it saves like this 4/4/21 12:35 Pm . I need it to save time like this say 12:35:20 pm. how do i do get this kind of format?

The time is saved with seconds, you just need to have your output show it. Format your item’s creation date like this in a text element to see:

2021-04-21_13-22

Delete the fields you don’t need from the custom format box to display it however you want.

Thanks StarrK_Designs, let me try that out i will inform you of my success.

Thank you very much, working as i hoped it would.