Skip to main content

I’d like to print the printed date on a Contract and can’t find how to.

Anyone know?

@keithw  i have not tried new report designer, but this code worked for me before to put “Today’sDate” as text in the contract.

[PrintDate!MM/dd/yy]


Thanks for the reply ​@Jpolley.

I couldn’t get that to work.

I’m creating a custom field “OpportunityProposalContractDate” to show:
-  just the Opportunity Date for won opportunities, or
- the text “Proposal Date: “ followed by the current date (the date printed)

It looks like (in the Expression Editor) there are several options  - GetDate(), etc. - but I can’t find any support for putting text and a formatted date together.  I can get “Proposal Date: 10/03/2025 00:00:00” but I don’t need the time data.

Thanks for your suggestion though.


@keithw Sorry, I should have said to replace PrintDate! with whatever date data field you are working with. You can update the text once you add the data field in and update formatting code  [OpportunityProposedDate!MMMM d, yyyy] will look like 

[OpportunityProposedDate!MM/dd/yy]