PDA

View Full Version : uppercase in php



jazzman121
May 19th, 2003, 07:00 PM
in php how do i take a variable like say

$Today = (date ("l dS of F Y ( h:i:s A )",time()));


now when i wanna print the date

in capitals... how do i do that?? just want uppercase ...

thanks

Jubba
May 19th, 2003, 07:01 PM
strtoupper(string);