I have a bash script that I use to backup the contents of a SSD every day however I use the following command in the script to name the file
zip -r ssd-$(date \"
Does the following do what you need?
date "+%b_%d_%Y_%H.%M.%S"