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 first day of the week (i.e., Monday).
Example
// Click on "BTN_beginning_of_week"
EDT_START_DATE = FirstDayOfWeek(EDT_START_DATE)
NbWorkedDays = DateDifference(EDT_Date, FirstDayOfWeek(EDT_Date), EDT_Date)
Syntax
<Result> = FirstDayOfWeek(<Date>)
<Result>: Character string or Date variable
Date corresponding to the first day of the specified week (in YYYYMMDD format ).
<Date>: Character string or Date variable
Date for which the first day of the week must be calculated. This date is in YYYYMMDD format.
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