ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the date of the day following the current day or a given date.
Example
// Displays tomorrow's date
Info("Tomorrow we will be " + DateToString(Tomorrow()))
Syntax
<Result> = Tomorrow([<Date>])
<Result>: Character string
Date of the day following <Date> in YYYYMMDD format (YYYY corresponds to the year, MM to the month and DD to the day).
<Date>: Character string, optional Date or DateTime
Date to use. This parameter can correspond to:
  • a character string in YYYYMMDD format (YYYY corresponds to the year, MM to the month and DD to the day),
  • a Date or DateTime variable.
If this parameter is not specified, the date used corresponds to today's date.
Business / UI classification: Neutral code
Component: wd280std.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Video TOMORROW
https://youtu.be/oKYRGCyiCfA
https://windevdesenvolvimento.blogspot.com/2019/07/dicas-2222-windev-webdev-mobile-24.html
// BTN_VER_DATa_OUTRO_DIA_TOMORROW
EDT_DATA_DO_OUTRO_DIA=Tomorrow(EDT_DATA_DESEJA)
amarildo
30 Jul. 2019