Hi,
Does anyone know how to format a timestamp in mysql??
I need the time and date inserted into a db field upon registration. It does this okay - but enters it without any formatting.
I tried to make it a 'date/time' field insead of 'timestamp' but then the field was empty. I'm thinking that maybe these need to be passed as an empty field with the registration form?
All I need is for the date and time to display on a php page - so if there is some way of formatting it on the page - this would do.
Thanks to anyone who can help me!