BR001,You are correct, it works using formattedValue!Not sure what I did
wrong the first time I tried this, but I gave it another shot and it's
working like so:if (TimeReceived.formattedValue.search(":") > 0)val1=
TimeReceived.formattedValue.replace(":", "");elseval1 =
TimeReceived.formattedValue;Thanks a million for the suggestion! - Kevin