Hi, thank you for response.
I add this code for customize the string.
How I put the date and assign at result variable?
Thank You!
add_action( ‘woocommerce_email_after_order_table’, ‘add_service_date’, 15, 2 );
function add_service_date() {
$result = ???;
echo $result;
}