This topic is locked
[SOLVED]

Set Default Time to Now using Time Checker

5/11/2021 11:10:19 AM
PHPRunner General questions
Dalkeith author

Tring to set the default to a time I put in now() but its picking up the year and the day and putting it as a time eg 20:05

Just done a quick look up on php

Will this work?

date("H:i:s")

PHP date formatting

Sergey Kornilov admin 5/11/2021

If you only need time, yes, it will work.