how to display time in minutes n seconds...

Hi all,
may i know how to display time in minutes and seconds(may be milliseconds and even smaller that ) in shell scripts....

man date

man ksh ( for SECONDS)
echo $SECONDS - no of seconds since the invocation of the shell