ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Date and time functions
  • Special cases
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the name of the day corresponding to a specified date (this date is an integer).
Example
IntegerToDayInAlpha(DateToInteger("20011225")) // Renvoie "Mardi"
IntegerToDayInAlpha(73773)      // Renvoie "Mardi"
Syntax
<Result> = IntegerToDayInAlpha(<Date>)
<Result>: Character string
Day of the week corresponding 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).
  • The IntegerToDayInAlpha function takes into account the language options specified in the project description: the name of the day will be in the language specified in the "Languages" tab of the project description..
    Reminder: To display the project description, under the "Project" pane, in the "Project" group, click on "Description".
Business / UI classification: Neutral code
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help