I would like to add the date the file was created and the date the file was last updated on my java project on IntelliJ. I was able to add the last modification date via $file.lastModified
.
Does anyone know how to add the date on which the file was created?
Thank you