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

Change Month Number to Month Name

Last updated on:

$monthNum = 5;
$monthName = date("F", mktime(0, 0, 0, $monthNum, 10));

Reference URL

View Comments

Comments

  1. Hugo

    Thanks, exactly what I needed. :)

Leave a Comment

Use markdown or basic HTML and be nice.