Hello Juan,

Monday, June 14, 2004, 6:04:56 PM, you wrote:

JPH> I am using date("j M Y"), the format date is 14 Jun 2004, but i need this
JPH> format 14 JUN 2004. The unique difference is Jun -> JUN. How can i change
JPH> this?.

$date = strtoupper(date('j M Y'));

:)

Best regards,

Richard Davey
-- 
 http://www.launchcode.co.uk - PHP Development Services
 "I am not young enough to know everything." - Oscar Wilde

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

Reply via email to