PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB20] Calendar entry field
[WB20] Calendar entry field
Iniciado por guest, 07,mar. 2016 13:39 - 1 respuesta
Publicado el 07,marzo 2016 - 13:39
Hi,

Under Webdev 20, I have an entry field ( Date Type; Display a calendar button) with link to the analysis column. This field is able to save the date properly.

But when the user wants to change the date, clicked on the calendar button always shows today's date, is there anyway to show the date that was entered into the database?

Regards,

PETER ZHOU
Publicado el 07,marzo 2016 - 17:02
Quote
PETER ZHOU

Hi,





Under Webdev 20, I have an entry field ( Date Type; Display a calendar button) with link to the analysis column. This field is able to save the date properly.





But when the user wants to change the date, clicked on the calendar button always shows today's date, is there anyway to show the date that was entered into the database?





Regards,





PETER ZHOU

Just found out if the returned value of the date entry is "YYYYMMDD", it will work properly.

But if the returned value is "YYYY-MM-DD", it will not work.