Field | Description |
---|---|
Access Level |
Access level assigned to the account. |
Time Zone |
Time zone for the account self-care interface. |
Web Interface Language |
The display language for the account self-care interface. |
PortaBilling® allows users to define both the input and output formats for date and time.
Making changes to the date and / or time format on this page enables users to enter dates and times in the desired format throughout the entire PortaBilling® web interface. Correspondingly, all pages generated at a user’s request will contain the date and time in the previously set-up format.
Date / Time format strings are composed using specifiers that represent the values to be inserted into the formatted string.
In the following table, the specifiers are given in upper case. Formats are case-insensitive.
Specifier | Value | Description |
---|---|---|
Date |
|
|
DD |
01-31 |
Day of the month |
D |
1-31 |
Day of the month without a leading 0 |
MM |
01-12 |
Number of the month |
MON |
Jan-Dec |
Name of the month |
MONTH |
January-December |
Full name of the month |
YYYY |
2003 + |
Year |
YY |
00-99 |
Last two digits of the year |
Time |
|
|
HH, HH24 |
0-24 |
Hours |
HH12 |
0-12 |
12-hour time format; requires AM/PM specifier |
MI |
0-60 |
Minutes |
SS |
0-60 |
Seconds |
AM, PM, AM/PM |
AM, PM |
|
Separators |
A separator can be any symbol except for letters and digits, or may be left blank |
|
Example | Value |
---|---|
DD/MM/YYYY |
12/03/2003 |
MON-DD-YY |
MAR-12-03 |
HH:MI:SS |
12:30:00 |
HH12 MI:SS |
WRONG! AM/PM specifier is missing |
HH12mi pM |
1230 AM |