mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-09-03 21:57:50 -04:00
date bug fixe
This commit is contained in:
parent
97c4996deb
commit
0a17cceb45
@ -31,7 +31,7 @@ function ParseTime($Input) {
|
|||||||
case 'feb' : $month = 2; break;
|
case 'feb' : $month = 2; break;
|
||||||
case 'mar' : $month = 3; break;
|
case 'mar' : $month = 3; break;
|
||||||
case 'apr' : $month = 4; break;
|
case 'apr' : $month = 4; break;
|
||||||
case 'mai' : $month = 5; break;
|
case 'may' : $month = 5; break;
|
||||||
case 'jun' : $month = 6; break;
|
case 'jun' : $month = 6; break;
|
||||||
case 'jul' : $month = 7; break;
|
case 'jul' : $month = 7; break;
|
||||||
case 'aug' : $month = 8; break;
|
case 'aug' : $month = 8; break;
|
||||||
@ -60,4 +60,4 @@ function CreateCode ($laenge) {
|
|||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user