Uppercase in php

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

strtoupper(string);