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
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 month that corresponds to the specified date (this date is an integer).
Example
Trace(IntegerToMonthInAlpha(DateToInteger("20131225"))) // Renvoie "Décembre"
Syntax
<Result> = IntegerToMonthInAlpha(<Date>)
<Result>: Character string
Month corresponding to the specified date: January, February, March, April, May, June, July, August, September, October, November, December.
<Date>: Integer
Number of days elapsed since January 1st 1800 + 1 (this number is returned by DateToInteger).
Remarks
  • This function cannot be used to retrieve months from dates before October 14, 1582 (the change from the Julian to the Gregorian calendar will not be taken into account).
  • The IntegerToMonthInAlpha function takes into account the language options specified in the project description: the month name will be 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 select "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