ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Date and time functions
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 last day of the week corresponding to a given date. This option enables you to easily find the date to which a Sunday corresponds for a given date.
Example
// Click the Button control "Rest of the week"
EDT_END_DATE = LastDayOfWeek(EDT_START_DATE)
NbDaysBeforeWE = DateDifference(LastDayOfWeek(MyDate), MyDate)-2
LastDayOfWeek("20111103") // Returns 20110611
Syntax
<Result> = LastDayOfWeek(<Date>)
<Result>: Character string or Date
Date in YYYYMMDD format corresponding to the last day of the week.
<Date>: Character string or Date
Date in YYYYMMDD format for which the last day of the week is searched.
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help