You can easily set date label in invoice using setInvoiceDateLabel function.
$xinvoice = new Xinvoice(); // You can set invoice date using this function or can change directly in config file. $xinvoice->setInvoiceDateLabel("Invoice Date: "); echo $xinvoice->render();