Hi everyone,

I am working on a report generating a handbook.

In this handbook i have to record the date, so I use the

g_ooutfile.OutputField(Constants.FIELD_DATE, "Arial", 8, Constants.C_BLACK, Constants.C_WHITE, Constants.FMT_LEFT); 

But with the Constants.FIELD_DATE it will always be like 07.11.19 (in German) or 11/7/19 (in English) but I hope it could be like 07.11.2019 (for year 2019 instead of only 19).

If it's possible to change the date format?

 

Thanks if you can give some suggestions :)

 or register to reply.

Notify Moderator