Add documentation. #13

Merged
20xd6 merged 12 commits from manfromhuh/simple_blog:master into master 2022-07-05 15:22:31 -04:00
Showing only changes of commit ef7056be35 - Show all commits

View File

@@ -1,4 +1,5 @@
<?php
//Parses it's passed input to convert it to a month name.
function get_month_name($passed_var){
switch($passed_var){
case "01":