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.

InputExampleNote
dd.MM.yyyy HH:mm31.01.2020 12:00Only when the configured date format is dd.MM.yyyy HH:mm
dd.MM.yy HH:mm31.01.20 12:00Only when the configured date format is dd.MM.yyyy HH:mm
dd.MM.yyyy HH:mm AM/PM31.01.2020 12:00 AMOnly when the configured date format is dd.MM.yyyy HH:mm
dd.MM.yy HH:mm AM/PM31.01.20 12:00 AMOnly when the configured date format is dd.MM.yyyy HH:mm
dd.MM.yyyy31.01.2020Only when the configured date format is dd.MM.yyyy HH:mm
dd.MM.yy31.01.20Only when the configured date format is dd.MM.yyyy HH:mm
dd/MM/yyyy HH:mm31/01/2020 12:00Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd/MM/yy HH:mm31/01/20 12:00Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd/MM/yyyy HH:mm AM/PM31/01/2020 12:00 AMOnly when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd/MM/yy HH:mm AM/PM31/01/20 12:00 AMOnly when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd/MM/yyyy31/01/2020Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd/MM/yy31/01/20Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd-MM-yyyy HH:mm31-01-2020 12:00Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd-MM-yy HH:mm31-01-20 12:00Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd-MM-yyyy HH:mm AM/PM31-01-2020 12:00 AMOnly when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd-MM-yy HH:mm AM/PM31-01-20 12:00 AMOnly when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd-MM-yyyy31-01-2020Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
dd-MM-yy31-01-20Only when the configured date format is dd/MM/yyyy HH:mm or dd.MM.yyyy HH:mm
todaytodayThe bot will use the current date and time
today HH:mmtoday 12:00The bot will use the current date and the specified time
tomorrowtomorrowThe bot will use the next day and the current time
tomorrow HH:mmtomorrow 12:00The bot will use the next day and the specified time
Xy/mw/d/h1y 2w 3d 4hThe bot will use the current date and time and add the specified years (y), weeks (w), days (d) and hours (h)
weekdaymondayThe bot will use the next weekday and the current time
weekday HH:mmmonday 12:00The bot will use the next weekday and the specified time
HH:mm12:00The bot will use the current date and the specified time
HH:mm AM/PM12:00 AMThe bot will use the current date and the specified time
Month dayJanuary 31The bot will use the current year and the specified month and day
Month day HH:mmJanuary 31 12:00The bot will use the current year and the specified month, day and time
Month day HH:mm AM/PMJanuary 31 12:00 AMThe bot will use the current year and the specified month, day and time
Short month dayJan 31The bot will use the current year and the specified month and day
Short month day HH:mmJan 31 12:00The bot will use the current year and the specified month, day and time
Short month day HH:mm AM/PMJan 31 12:00 AMThe bot will use the current year and the specified month, day and time