PlatformApplicable to all products in Temenos Journey Manager.
The Temenos Journey Manager platform adheres to the standard Java date and time formats, which our products use in log files, data collection, form fields' displays, and various Maestro's components, such as Date Picker and Masked Date Input.
The default formats display the date as two digits for the day, the first three letters for the month and 4 digits for the year.
The table below shows different ways that you can enter the day, month and year.
Format | Description | Examples |
---|---|---|
d |
One digit for the day of the month |
7 for the 7th of the month 12 for the 12th of the month |
dd |
Two digits for the day of the month |
07 for the 7th of the month 12 for the 12th of the month |
M |
One digit for the month |
4 for April 11 for November |
MM |
Two digits for the month |
04 for April 11 for November |
MMM |
First three letters of the month |
Jul for July Oct for October |
MMMM |
The full month spelled out |
March December |
yy |
Two digits for the year |
07 for 2007 18 for 2018 |
yyyy |
Four digits for the year |
2007 2018 |
The table below shows different examples of how the date will show based on the entered date format.
Format | Example |
---|---|
dd/MM/yy |
28/07/18 07/02/18 |
MMM d yyyy |
Dec 4 2017 Dec 20 2017 |
MM-d-yy |
08-7-17 12-12-17 |
dd MMMM yyyy |
08 January 2018 17 November 2018 |
The table below shows examples of different ways to enter the time.
Format | Description | Examples |
---|---|---|
H |
24-hour time displayed |
5:00 13:00 |
HH |
24-hour time displayed with two digits |
05:00 13:00 |
h |
12-hour time displayed with one digit |
11:00 1:00 |
hh |
12-hour time displayed with two digits |
09:00 12:00 |
mm |
Minutes |
|
a, A |
AM/PM |
The table shows different examples of how the time will show based on the entered time format.
It is important that you correctly use the uppercase and lowercase characters for date and time, as the letter m is used for both. The uppercase m is for month, while the lowercase m is used as the minute.
Format | Examples |
---|---|
H:mm |
5:14 13:22 |
HH:mm |
05:55 13:30 |
hh:mm a |
11:15 AM 01:20 PM |
h:mm a |
9:00 PM 12:00AM |
Next, learn about Journey Manager.