In Libre Office Base( v5.0.4.2),I had defined a new number format as DD-DD-DD.DDD, where D is a digit, as:
##-##-##.00
In this case, 1234 showed as:
--1.234
But I need that the numbers have been comsumed by the format as left-to-right. Below an example.
12-34-00.000
How can I do that?
Thank you.