How can I create a Timestamp with the date 23/09/2007?
A more general answer would be to import java.util.Date, then when you need to set a timestamp equal to the current date, simply set it equal to new Date().
java.util.Date
timestamp
new Date()