Formats

Navigation:  Configuration File >

Formats

Previous pageReturn to chapter overviewNext page

exitewebIT client.dateformat

Format used for input and output of date-values. Possible values can be found in the table at the right. (Default: dd.MM.yyyy)

 

exitewebIT client.timeformat

Format used for input and output of time-values. Possible values can be found in the table at the right. (Default HH:mm)

 

exitewebIT client.decimal format

Format used for input and output of numbers. Possible values can be found at the table at the right. (Default: ###,###,###,###,##0.00#)

 

exitewebIT client.decimalformat.regexp

Regular expression used to check entered numbers. It is used to enable more detailed checks of the entered values. If you want to deactivated this check, just enter the value „*“ (without the quotation marks) More information on regular expressions can be found at [9].

y

Year

M

Month

d

Day (per month)

h

Hour (per day) in the 12h format (1-12)

H

Hour (per day) in the 24h format (0-23)

m

Minute (per hour)

s

Second (per minute)

E

Day (per week)

D

Day (per year)

w

Week (per year)

a

AM/PM

k

Hour (per day) in the 24h format (1-24)

K

Hour (per day) in the im 12h format (0-11)

z

Time zone

Table 1: Format for input and output of date and time values

0

Number

#

Number, leading zeros aren't printed

.

Decimal seperator

-

Minus sign

,

Thousands seperator

¤
(\u00A4)

Currency indicator

Table 2: Format for input and output of numbers