efw4.X

Formatter and Rounder

Number Formatter

Half Width Full Width
0
#
,
.
%

Date Formatter

Half Width Full Width Example
GGGGy GGGGy Japan WAREKI, 2016 – 平成28
Gy Gy Japan WAREKI, 2016 – H28
yyyy yyyy  
yy  
MM MM  
M  
dd dd  
d  
HH HH  
H  
mm mm  
m  
ss ss  
s  
SSS SSS  
S  
JSON_DATE   2024-01-17T02:11:18.605Z

Number Rounder

Number Rounder 5.5 2.5 1.6 1.1 1.0 -1.0 -1.1 -1.6 -2.5 -5.5
UP 6 3 2 2 1 -1 -2 -2 -3 -6
DOWN 5 2 1 1 1 -1 -1 -1 -2 -5
CEILING 6 3 2 2 1 -1 -1 -1 -2 -5
FLOOR 5 2 1 1 1 -1 -2 -2 -3 -6
HALF_UP 6 3 2 1 1 -1 -1 -2 -3 -6
HALF_DOWN 5 2 2 1 1 -1 -1 -2 -2 -5
HALF_EVEN 6 2 2 1 1 -1 -1 -2 -2 -6