Date Formatting
When inputting dates, our platform recognises any date that is separated with /
, .
or -
so 2023/02/12, 2023-02-12 and 2023.02.12 will all work.
When it comes to structuring your dates, the following structures are now accepted.
YYYY-MM-DD
DD MMMM YYYY
(e.g. 12 January 2023)DD MMM YYYY
(e.g. 12 Jan 2023)DDth MMM YYYY
(e.g. 12th Jan 2023)
Number Formatting
Numbers should be formatted using numeric values only and using a dot as the decimal separator (e.g. 25634.20).
β