Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

This setting controls decimal formatting for the pjs.char() and pjs.editCode() functions. If set to "I" or "J", a comma will be used as the decimal. Otherwise a dot will be used.

decimalFormat affects both the decimal format and the separator.

  • When decimal format is not set:
    • decimal place: dot
    • thousands separator: comma
  • When decimal format is set to I or J:
    • decimal place: comma
    • thousands separator: dot


Example - Use comma for decimal
decimalFormat: "I"
  • No labels