More Updates

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-13 09:18:40 +07:00
parent a374abe8c1
commit 58aa0b492a
11 changed files with 4060 additions and 906 deletions
+12 -1
View File
@@ -2,7 +2,18 @@
DEFINE("EMAIL", "willysr@ti.ukdw.ac.id");
global $connection;
function showDate()
{
date_default_timezone_set("Asia/Jakarta");
$tgl=date("d");
if (substr($tgl,0,1)==0)
{
$tgl=substr($tgl,-1);
}
$bulan=date("F");
$tahun=date("Y");
echo "<strong>" . $tgl . " " . $bulan . " " . $tahun . "</strong>";
}
function showLastUpdate($filename)