PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 25 → Aula 1091 - WinDev Data - Separar Dia Mes E Ano
Aula 1091 - WinDev Data - Separar Dia Mes E Ano
Débuté par amarildo, 13 mar. 2017 09:15 - Aucune réponse
Membre enregistré
535 messages
Popularité : +14 (14 votes)
Posté le 13 mars 2017 - 09:15
Nessa aula vou ensinar
como pegar uma Data 
e Separar Dia Mes e Ano

In this class I will teach
How to get a date
And Separate Day Month and Year

d_separa_dia_mes_ano is Date=EDT_Data
//criando uma variavel data
//Creating a variable date

EDT_resultado=""
EDT_resultado=d_separa_dia_mes_ano..Day
//Vou pegar apenas o dia
//I'll just catch the day.

EDT_resultado+=CR+d_separa_dia_mes_ano..Month
//na proxima linha(cr) vou colocar mes
//On the next line (cr) I'll set the month

EDT_resultado+=CR+d_separa_dia_mes_ano..Year
//na proxima linha(cr) vou colocar ano
//On the next line (cr) I'll put the year


http://windevdesenvolvimento.blogspot.com.br/2017/03/aula-1091-windev-data-separar-dia-mes-e.html

https://www.youtube.com/watch?v=87WmAZKc1LQ