In the confirmation email, I would like to get access to the date the order was placed.
Since order object does not appear in the object documentation, I am not sure which fields actually exist. All other elements I needed appeared in the default email, but there is no reference to the order date.
On the other hand, in Dugway, I tried to use the date filter. Liquid documentation here suggests you can use it as follow:
Hello {{ 'now' | date: "%Y %h" }
But this will not get through in Dugway: what appears on the page is 'now'.
Is there any way to get access to the order date ?