Hi,
I'm creating an invoice for the customers, the invoice is made with a message that can be sent to customers.
I have created a message that has a plain text witch tells some basic information about the order and a HTML attachment witch is the real bill.
Is it possible to get the actual date to the invoice automatically?
So that in the HTML attachment (this is the real invoice sent to the customers) there would be the date when it is sent, not the date when the order has been made.
Or do I have to modify the invoice every time I'm sending it?
Current date to invoice
Hi.
If you want actual date of sending of the message automatically it does not work, you should write it manually.
Best regards,
Roman
Why not
Why not use....
$date_day$ Current date (day of month). ie 23
$date_month$ Current month. ie 11
$date_year$ Current year. ie. 2005
ie
Invoice Date: $date_day$/$date_month$/$date_year$
Did you manage to solve this porblem?
Hi,
I tried with the $date_day$ and so on.. it only gives me / /, no numbers?! Did you manage to get it work? I tried it with javascript also - no luck!
wbr Kampe.fi / teemu!
Problem solved
Hi, I used javascript to solve the problem - there was a small typo in my script earlier.. now it works! :)