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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.