I am trying to add a current date line to my Lot Number ZPL prints, but not sure what the proper QWEB code is to use.
For example, I know this line is what creates my product name:
^FO40,20^A0N,24^FB390,4,,^FDlot.product_id.display_name"/>^FS
What would I need to output the current date (hopefully in a format like "25 Sep 23")?
V16