timeNow(){
    echo "$(date +%r)"
}
PS1='[$(timeNow)] \\u@\\h:\\w$ '

It will give you a prompt like this:

[05:34:37 PM] user@Host:/path$

Notes: