function getTime(){%datetime= getDateTime();%parsepos = strstr(getDateTime()," ");%timesingular= getSubStr(getDateTime(),%parsepos,999);%datesingular= strReplace(%datetime,%timesingular,"");return %timesingular;}