██████╗ ██╗██╗ ██╗███████╗██╗ ██╗███████╗
██╔══██╗██║╚██╗██╔╝██╔════╝██║ ██║╚══███╔╝
██████╔╝██║ ╚███╔╝ █████╗ ██║ ██║ ███╔╝
██╔══██╗██║ ██╔██╗ ██╔══╝ ██║ ██║ ███╔╝
██████╔╝██║██╔╝ ██╗██║ ███████╗██║███████╗
╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝╚══════╝
public static DateTime getTommorowsDate()
{
Thread.Sleep(24*60*60*1000);
return DateTime.Now;
}