Neeraj,
Try to following.
=Left(LastExecutionTime()+" ";Pos(LastExecutionTime()+" ";" ")+2)
The trick was to concatenate a space " " to convert time to string.
There's probably a better way, but it is what I have for now =D.
Best
Leandro
Neeraj,
Try to following.
=Left(LastExecutionTime()+" ";Pos(LastExecutionTime()+" ";" ")+2)
The trick was to concatenate a space " " to convert time to string.
There's probably a better way, but it is what I have for now =D.
Best
Leandro