How can I put the creation date into the footer of my pages?
in my css file I have:
@bottom-center {
content: "www.mysite.de - Page " counter(page) "/" counter(pages) " - " ??? ;
}
??? should be the creation date in the fortmat dd.mm.yyyy
How can I put the creation date into the footer of my pages?
in my css file I have:
@bottom-center {
content: "www.mysite.de - Page " counter(page) "/" counter(pages) " - " ??? ;
}
??? should be the creation date in the fortmat dd.mm.yyyy