mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-03-01 19:43:40 +00:00
8 lines
No EOL
195 B
C#
Executable file
8 lines
No EOL
195 B
C#
Executable file
|
|
|
|
function ServerApp::execute(%this,%data)
|
|
{
|
|
%data = strReplace(%data,"#TIME#",formatTimeString("hh:nn:ss A"));
|
|
%data = strReplace(%data,"#DATE#",formatTimeString("mm/dd/yy"));
|
|
return %data;
|
|
} |