add timestamp to filename

Does anyone know how to add a timestamp to a file's name extension in a shell script? Please help..

Sure look at this post - Insert date/time within a filename for a start.

so would this code append the date to the filename extension?

cat export.current.prn export.prn > export.new.'date'

Instead of the quotes, you will have to use the backticks `