Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Autorun 
Author Message
yahuu



PostPosted: Mon Oct 21, 2024 15:47    Post subject: Reply with quote

Code:
msgbox(ToDateTime("2024-10-22 19:00:00")-ToDateTime("2024-10-21 19:00:00")) # --> 86400000000
msgbox(Date('yyyy-MM-dd ',ToDateTime("2024-10-21 19:00:00")+86400000000)) # --> 2024-10-21

Почему результат будет 2024-10-21, а не 2024-10-22?
Как мне получить даты завтрашнего и послезавтрашнего дней?
View user's profile Send private message Send e-mail


Powered by phpBB © 2001, 2005 phpBB Group