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 number of the current month.
Example
Res is int
Res = CurrentMonth()
Syntax
<Result> = CurrentMonth()
<Result>: Integer
Number of the current month.
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Exemplo de Mes e Ano Corrente
Exemplo de Mes e Ano Corrente

EDT_texto=""
EDT_texto="Ano Corrente:"+CurrentYear()+CR
EDT_texto+="Mes Corrente:"+CurrentMonth()


//Frances
EDT_texto=""
EDT_texto="Ano Corrente:"+AnnéeEnCours()+RC
EDT_texto+="Mes Corrente:"+MoisEnCours()

//Blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/07/curso-windev-datas-009.html
https://www.youtube.com/watch?v=2GLQTuRJPqw
De matos AMARILDO
22 Jul. 2016

Last update: 09/26/2023

Send a report | Local help