Working with Dates
Functions for working with date and time in a chat bot
{{ date("d.m.Y")}}
Date and time functions in a chat bot: complete guide
Master all capabilities of working with date and time in the LEADTEX chat bot builder. Learn how to use the {{ date("d.m.Y") }} function to create dynamic dates, configure world time, and automatic time calculations. Learn to format time, create stopwatches, and check time intervals to create smart bots with time-based logic.
Yesterday - {{ date("d.m.Y", "yesterday") }}
Today - {{ date("d.m.Y", "today") }}
Tomorrow - {{ date("d.m.Y", "tomorrow") }}
Day after tomorrow - {{ date("d.m.Y", "+ 2 days") }}
Next Wednesday - {{ date("d.m.Y", "next wednesday") }}
Last Friday - {{ date("d.m.Y", "last friday") }}
This Thursday - {{ date("d.m.Y", "this thursday") }}
14 days ahead - {{ date("d.m.Y", "+ 14 days") }}
7 days ago - {{ date("d.m.Y", "- 7 days") }}
2 hours ahead - {{ date("d.m.Y H:i:s", "+ 2 hours") }} \ (Default timezone UTC-0)
10 days ahead from the date specified in a variable - \ {{date("d.m.Y" "{{$переменная с датой}} + 10 days")}}
The "Condition" block does not allow comparing two dates in the usual format.\ To compare dates, you need to convert them to Unix format.\ Example usage in the video below.
How to create a chat bot for notes and reminders: working with Unix time (timestamps in seconds since January 1, 1970) and timers
Step-by-step creation of a functional chat bot for notes and reminders using LEADTEX time functions.
Explore working with Unix time format (timestamps in seconds since January 1, 1970), setting up automatic timers, and creating a system of multiple notes. Study the specifics of comparing dates through the "Condition" block and practical solutions for time-based logic in bots.
Useful information on working with dates in PHP format \ https://www.php.net/manual/ru/datetime.format.php
Bonus for new users and the opportunity to get 500 rubles in points as a gift 🎁
- Register on LEADTEX
- Create and test your first project
- Don't miss the special offer. Get a gift 👈