Jump to content
We've recently updated our Privacy Statement, available here ×

in report writer how to date to dd/mm/yyyy


clynn

Recommended Posts

We use Jaspersoft as the report writer for our Sumtotal LMS.  Here's how I was able to create a calculated field to have the leading zeros in the result (it is not available in the web client (my only option) to covert to that format and have the leading zeros)

 

What I did to get the leading zeros in my calculated attempt end date field: Concatenate(IF(MonthNumber("AttemptEndDt") < 10, '0', ''), MonthNumber("AttemptEndDt"), '/', IF(DayNumber("AttemptEndDt") < 10, '0', ''), DayNumber("AttemptEndDt"), '/', Year("AttemptEndDt"))

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...