Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRASummaryDetails
ORG-11085

Time which set to display as hh pm shows wrong

 New bug since 9.1 sr0.

Run the following Script

{quote}

dd = 1.285104;
str$ = $(dd, T4); //T4: hh pm
str$ =;

{quote}

==> returns 001:06 AM instead of 06 AM

The problem also exists in Format Cells dialog.

...