ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Date and time functions
  • Special cases
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 name of the day that corresponds to a specified date (this date is an integer).
Example
IntegerToDayInAlpha(DateToInteger("20011225")) // Returns "Tuesday"
IntegerToDayInAlpha(73773)      // Returns "Tuesday"
Syntax
<Result> = IntegerToDayInAlpha(<Date>)
<Result>: Character string
Day of the week that corresponds to the specified date: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.
<Date>: Integer
Number of days elapsed since January 1st 1800 + 1 (this number is returned by DateToInteger).
Remarks

Special cases

  • This function cannot be used to retrieve days of weeks before October 14, 1582 (the change from the Julian to the Gregorian calendar will not be taken into account).
  • IntegerToDayInAlpha takes into account the linguistic options specified in the project description: the name of the day will be displayed in the language specified in the "Languages" tab of the project description.
    Reminder: To open the project description, go to the "Project" tab, "Project" group and click "Description".
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help