PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Date Conversion
Date Conversion
Iniciado por guest, 27,feb. 2018 11:34 - 2 respuestas
Publicado el 27,febrero 2018 - 11:34
Hello All,

I know this fairly simple but I am yet to find where an example is in the WD manual to use.

I need to convert date in two different formats (MM/DD/YYYY or DD/MM/YYYY) in a file into format "YYYYMMDD". Can someone help me with the command in windev?

Thanks.

Sam
Publicado el 27,febrero 2018 - 11:40
DateToString(DateSys(),"DD/MM/YYYY")
Publicado el 27,febrero 2018 - 12:22
Thanks very much.

Sam