Add comments to get_month_name.php

This commit is contained in:
manfromhuh 2022-07-05 14:32:11 -04:00
parent 93514c0e1d
commit ef7056be35

View File

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