> I'm trying to convert the timestamp '2001032018' into '2001 03 20 18' or
an
> Array which I can easily format. Do you remember any date or string
function
> I can use?

Convert the timestamp into a string, then use substr() to get the dates out
of it. Look at the on-line manual (http://www.php.net/manual/en/) under
String Functions.

Sig for a Day
Stephan Ahonen, ICQ 491101
"That's very funny Scotty, now beam down my clothes!"
Come back tomorrow for a different sig!
Backspace a single "s" to reply by email


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to