Date and time note was created$= dv.current().file.ctime
Date and time note was modified$= dv.current().file.mtime

Templater is a plugin in obsidian for creating dynamic templates

Learn

Scripts

To take file name as input and move the file to new folder and give the title as the name [^3]

Files used in : Template_Maps

<%*
 let qcFileName = await tp.system.prompt("Note Title")
 titleName = qcFileName + " " + tp.date.now("YYYY-MM-DD")
 await tp.file.rename(titleName)
 await tp.file.move("/Notes/" + titleName);
 -%>

Scripts to try

Related

References

Footnotes