How to format date for message?

I create a bot for message with the body of the HTTP request:

{"chat_id":-xxxxxxx,
"text":"<<CONCATENATE("Списано ",text(today()))>>\n
"parse_mode":"MarkdownV2"}

it send date in  format 4/9/2024. (April, 04, 2024)

How to formatting date to dd.mm.yyyy and send 09.04.2024?

0 2 63
2 REPLIES 2

Please try

{"chat_id":-xxxxxxx,
"text":"<<CONCATENATE("Списано ",text(today(), "dd.mm.yyyy"))>>\n
"parse_mode":"MarkdownV2"}

Sorry, it's not working. The message does not arrive.

Top Labels in this Space