lol...todae was freaking fun, went back to school to visit our primary teacher, especially my p6 form teacher, todae it was his b'day, so went back and play soccer, basketball, volleyball together...i enjoyed myself but i m very sweaty. :D
more post coming soon...
random actionscript code :
/* KianWei Variable */
var KianWei = new Date;
/* End of Kian Wei Variable */
/* Time Variable */
ss = KianWei.getSeconds();
min = KianWei.getMinutes();
hr = KianWei.getHours();
/* End of Time Variable
/* double digit number */
if(ss <= 9) {
ss = "0" + ss;
}
if(min <= 9) {
min = "0" + min;
}
if(hr <= 9) {
hr = "0" + hr;
}
/* end of double digit */
/* making localtime(display the time for the system) worked */
localtime = (hr + ":" + min + ":" + ss);
/* End of localtime code */
// Code done by LameKids
// Edited by Christopher
more post coming soon...
random actionscript code :
/* KianWei Variable */
var KianWei = new Date;
/* End of Kian Wei Variable */
/* Time Variable */
ss = KianWei.getSeconds();
min = KianWei.getMinutes();
hr = KianWei.getHours();
/* End of Time Variable
/* double digit number */
if(ss <= 9) {
ss = "0" + ss;
}
if(min <= 9) {
min = "0" + min;
}
if(hr <= 9) {
hr = "0" + hr;
}
/* end of double digit */
/* making localtime(display the time for the system) worked */
localtime = (hr + ":" + min + ":" + ss);
/* End of localtime code */
// Code done by LameKids
// Edited by Christopher

