Compare commits
2 Commits
4e17eec258
...
b59ccc13b7
| Author | SHA1 | Date | |
|---|---|---|---|
| b59ccc13b7 | |||
| 63c4109a7c |
@ -340,10 +340,10 @@
|
|||||||
public function getFullNameOfMonth($monthnumber)
|
public function getFullNameOfMonth($monthnumber)
|
||||||
{
|
{
|
||||||
$monthnumber=(int)$monthnumber;
|
$monthnumber=(int)$monthnumber;
|
||||||
$month[1]="Januari";$month[2]="Februari";$month[3]="Maret";
|
$month[1]="January";$month[2]="February";$month[3]="March";
|
||||||
$month[4]="April";$month[5]="Mei";$month[6]="Juni";$month[7]="Juli";
|
$month[4]="April";$month[5]="May";$month[6]="June";$month[7]="July";
|
||||||
$month[8]="Agustus";$month[9]="September";$month[10]="Oktober";$month[11]="November";
|
$month[8]="August";$month[9]="September";$month[10]="October";$month[11]="November";
|
||||||
$month[12]="Desember";
|
$month[12]="December";
|
||||||
return $month[$monthnumber];
|
return $month[$monthnumber];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user