treehouse : what would you like to learn today?
Web Design Web Development iOS Development

php datestamp in all caps ??? (solved)

  • hello group,

    im trying to figure how to create a php date stamp, but in all caps.
    for example, im using this php code to display the day
    [code]["><?php the_time('l') ?><//code]
    but this display the day only with the first letter capital. im trying to figure if there is a way for
    all the letters to be capital.

    :?:

    im learning more and more about css everyday. text-transform: uppercase.