I want to convert the time I get that comes from an input time (01:00) to the format "his" that I want the result to be 010000. I used this code, it worked but the error of notice.
$hour=date("his",$txthourstart);
How can I convert to this format?