yandoo Posted January 9, 2007 Share Posted January 9, 2007 Hi all, I was wondering for a bit of help?I need to echo the time into a time textfield on a form as apart of the forms details. This will save the user having to input the time manually into the time textfield. I need the time in the following format: 15:30:00is this possible?? Please helpKind Regards Tom Link to comment https://forums.phpfreaks.com/topic/33472-php-echo-time-in-time-textfield/ Share on other sites More sharing options...
HuggieBear Posted January 9, 2007 Share Posted January 9, 2007 Tom,Does the user need to know the time? I'm assuming you're inserting this into a database of some type, in which case just use a timestamp field in the database for when the row is inserted and then when you display the record format it accordingly.RegardsHuggie Link to comment https://forums.phpfreaks.com/topic/33472-php-echo-time-in-time-textfield/#findComment-156673 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.