Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

formatNumber in adobe livecycle

Avatar

Level 1

Hi

I'm trying to format a number using utils.numberFormat. It's not working properly, for example if the imput is 100.95 it shows 10.0.9.510.000.000,00, with other numbers it's working fine ¿do you have any idea why that's happenig?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi, utils is not a builtin object in Acrobat JavaScript, is this from some library that has been added as a script object to your form?

View solution in original post

3 Replies

Avatar

Level 1

Sorry, it's utils.formatNumber

Avatar

Correct answer by
Level 10

Hi, utils is not a builtin object in Acrobat JavaScript, is this from some library that has been added as a script object to your form?

Avatar

Level 1

I found the add on and change the function, thanks.