Date formats
The bot can use different date formats to to display dates. The bot will try to parse the date and time from the user input and display it in the format you specify.
Supported formats
- dd.MM.yyyy HH:mm
- MM/dd/yyyy HH:mm
- dd/MM/yyyy HH:mm
Where dd
is the day, MM
is the month, yyyy
is the year, HH
is the hour and mm
is the minute.
Input
When inputting a date, you can use the configured date format. If you don't use the configured date format, the bot will try to parse the date and time from the user input.
Input | Example | Note |
---|---|---|
dd.MM.yyyy HH:mm | 31.01.2020 12:00 | Only when the configured date format is dd.MM.yyyy HH:mm |
dd.MM.yy HH:mm | 31.01.20 12:00 | Only when the configured date format is dd.MM.yyyy HH:mm |
dd.MM.yyyy HH:mm AM/PM | 31.01.2020 12:00 AM | Only when the configured date format is dd.MM.yyyy HH:mm |
dd.MM.yy HH:mm AM/PM | 31.01.20 12:00 AM | Only when the configured date format is dd.MM.yyyy HH:mm |
dd.MM.yyyy | 31.01.2020 | Only when the configured date format is dd.MM.yyyy HH:mm |
dd.MM.yy | 31.01.20 | Only when the configured date format is dd.MM.yyyy HH:mm |
dd/MM/yyyy HH:mm | 31/01/2020 12:00 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd/MM/yy HH:mm | 31/01/20 12:00 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd/MM/yyyy HH:mm AM/PM | 31/01/2020 12:00 AM | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd/MM/yy HH:mm AM/PM | 31/01/20 12:00 AM | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd/MM/yyyy | 31/01/2020 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd/MM/yy | 31/01/20 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd-MM-yyyy HH:mm | 31-01-2020 12:00 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd-MM-yy HH:mm | 31-01-20 12:00 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd-MM-yyyy HH:mm AM/PM | 31-01-2020 12:00 AM | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd-MM-yy HH:mm AM/PM | 31-01-20 12:00 AM | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd-MM-yyyy | 31-01-2020 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
dd-MM-yy | 31-01-20 | Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm |
today | today | The bot will use the current date and time |
today HH:mm | today 12:00 | The bot will use the current date and the specified time |
tomorrow | tomorrow | The bot will use the next day and the current time |
tomorrow HH:mm | tomorrow 12:00 | The bot will use the next day and the specified time |
Xy/mw/d/h | 1y 2w 3d 4h | The bot will use the current date and time and add the specified years (y), weeks (w), days (d) and hours (h) |
weekday | monday | The bot will use the next weekday and the current time |
weekday HH:mm | monday 12:00 | The bot will use the next weekday and the specified time |
HH:mm | 12:00 | The bot will use the current date and the specified time |
HH:mm AM/PM | 12:00 AM | The bot will use the current date and the specified time |
Month day | January 31 | The bot will use the current year and the specified month and day |
Month day HH:mm | January 31 12:00 | The bot will use the current year and the specified month, day and time |
Month day HH:mm AM/PM | January 31 12:00 AM | The bot will use the current year and the specified month, day and time |
Short month day | Jan 31 | The bot will use the current year and the specified month and day |
Short month day HH:mm | Jan 31 12:00 | The bot will use the current year and the specified month, day and time |
Short month day HH:mm AM/PM | Jan 31 12:00 AM | The bot will use the current year and the specified month, day and time |