You need to create a text field, make it right aligned and into that
field insert a floating field. Then in the layout:Ready event of the
floating field put in Formcalc:$.rawValue = Concat("Issue Date:
",Num2Date(Date(), "YYYY-MM-DD"))Just change the YYYY-MM-DD bit to
whatever pattern you want the date to be.