For Ticket Design, the data elements of Current Date and Current Time are available under the Order category for both Headers and Receipts. Does anyone have any tricks for being able to print the current date and time onto the Ticket itself? We'd like to know not just when the order was processed, but when the ticket was actually printed. Thanks.
I don't think you need a UDE -- you should be able to do this using a mask on any ticket element. Try this:
String(Today(), 'm/d/yyyy h:mm:ss')
Modify as needed! Just use Today() if you want the raw datetime formatting.
The ticket element masks are actually InfoMaker expressions, and there's a function reference in the InfoMaker user guide. I've extracted the relevant sections to a PDF posted on my profile.
That mask trick worked great. My box office thanks you!