![]() |
[Misc] Get Server Uptime - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51) +----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44) +------ Forum: Tutorials (https://mirage-engine.uk/forums/forumdisplay.php?fid=13) +------ Thread: [Misc] Get Server Uptime (/showthread.php?tid=2125) |
Re: [Misc] Get Server Uptime - William - 19-09-2008 Why not just make a label on the server, and do this: Code: label1.caption = "Date: " & Date & " Time: " & Time And then calculate in your head how long it's been open, saves some server power. |