Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
() で負の数をフォーマットする JSTL fmt タグを取得するにはどうすればよいですか? たとえば、-20 の場合、(20) と表示されます。正の数は正常です。
試したパターンは示されていませんが、次のようなものが期待されます。
「#;(#)」
うまくいくだろう...
これを行うためにパターンを使用しようとしていましたが、 type="currency" を使用すると括弧が得られます
<fmt:formatNumber type="currency" value="${line.volume}" />