"date() expects a UNIX timestamp. YYYYMMDDHHMMSS is NOT a UNIX timestamp.
So,
instead of converting the UNIX timestamp to YYYYMMDDHHMMSS in your function,
why not leave it a UNIX timestamp? Then you can send it through date()
whenever you want it formatted.
"

yea...it works now...hmmm... dont know why i didnt think of that...... got
it working now though tnx...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to