Add comments to get_month_name.php
This commit is contained in:
parent
93514c0e1d
commit
ef7056be35
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user