AX 2012 - How to print current date and time on SSRS Report
Hi Folks, Today, we are here with a new post for printing current date and time on SSRS Report, so you can use below format to print Date, Time and DateTime on your report. To print date: Format(Now, "dd/MM/yyyy") To print time: Format(Now, "hh:mm tt") To print datetime: =Format(Now, "dd/MM/yyyy") & vbCrLf & Format(Now, "hh:mm tt") Author: Chirag Gupta Microsoft Dynamics 365 AX Technical Consultant at IBM Bangalore Date: 3-Sep-2019 Happy Learning !!