[Delphi] Extrair ano de uma data
boa tarde amigos
No Delphi existe algo como abaixo?
q tal?
No Delphi existe algo como abaixo?
v := year(now);
q tal?
Gladstone Matos
Curtidas 0
Melhor post
Emerson Nascimento
05/12/2018
existe, sim.
a função YearOf() está na unit System.DateUtils
v := YearOf( Now );
a função YearOf() está na unit System.DateUtils
GOSTEI 1
Mais Respostas
Gladstone Matos
05/12/2018
existe, sim.
a função YearOf() está na unit System.DateUtils
v := YearOf( Now );
a função YearOf() está na unit System.DateUtils
show obrigado Emerson!
GOSTEI 0