[TYPO3-shop] Invoice date

Marko Minic mminic at mac.com
Fri Mar 6 14:56:26 CET 2009


I just found the solution.. so simple.. instead of ORDER_DATE added javascript code:

<script type="text/javascript">

var currentTime = new Date()
var monat = currentTime.getMonth() + 1
var tag = currentTime.getDate()
var jahre = currentTime.getFullYear()
document.write(tag + "/" + monat + "/" + jahre)

</script>

sorry! :)

Marko

>Hi everyone, 

>I would like to change date stamp in my  tt_products template for Invoice to show current date instead of date of creation (order date). Is >there any solution? 

>Thanx, 
>Marko 


More information about the TYPO3-project-tt-products mailing list