Hi!
I'm using a lot of Time-Fields lately which are filled with the TIME() function. Meaning they get their values set precisely down to the millisecond. (which is fine) But i don't want to show these Milliseconds to the user on the Pages for aestetic reasons. (the local settings interpretation of navision does that.)
So i usually have to set the format on every field in every page with FORMAT("My Time Field",0,'<Hours24,2>:<Minutes,2>:<Seconds,2>')
to get from stuff like this: "09:30:53.463" to this: "09:30:53"
I was wondering if there is any way to overwrite the default timeformat so i don't have to look for every time-field in our solution to replace it with the formatted one.
A nice bonus would be if i could still use the format in the source expression whenever i want a different format (didn't happen yet, but might become necessary.)
best regards and thank you in advance.
0
Comments
Rishi