More Updates
This commit is contained in:
+12
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user