order.date_created - Displays the date when the order was created#
Description#
Use {{ order.date_created }}
placeholder to display the creation date of the WooCommerce order.
Usage#
Place {{ order.date_created }}
in any field that supports placeholders. For example, the email subject or message.
Parameters#
This placeholder does not have any parameters.
Fallback#
This placeholder does not have any fallback. If it is used in an event that does not provide order data, it will display no content.