Dates showing as 1/1/2001

All my dates are showing up as 1/1/2001.

I even tried creating a new property in my object called .TripDateAsStringForReport that called .TripDate.ToShortDateTimeString() and it still rendered on the report as 1/1/2001.

Any guidance?

a) which language?
b) any LL-component used?
c) how is the date passed? Which of the LL_DATE_xxxx formats is used,
is you use the LL API?
d) Use DEBWIN2 debugging aid (see manual) to find out how the date is
passed, if you cannot find an answer to (c) :wink:

Paulchen

“Tim Hibbard” <timhibbard@gmai…> wrote in message
news:43509632009182116@combit.net…

All my dates are showing up as 1/1/2001.

I even tried creating a new property in my object called
.TripDateAsStringForReport that called
.TripDate.ToShortDateTimeString() and it still rendered on the
report as 1/1/2001.

Any guidance?

a) .NET
b) v13
c) We iterate though our List and generate a dataset that gets passed to LL
d) OK

a) which language?
b) any LL-component used?
c) how is the date passed? Which of the LL_DATE_xxxx formats is used,
is you use the LL API?
d) Use DEBWIN2 debugging aid (see manual) to find out how the date is
passed, if you cannot find an answer to (c) :wink:

Paulchen

“Tim Hibbard” <timhibbard@gmai…> wrote in message
news:43509632009182116@combit.net…

All my dates are showing up as 1/1/2001.

I even tried creating a new property in my object called
.TripDateAsStringForReport that called
.TripDate.ToShortDateTimeString() and it still rendered on the
report as 1/1/2001.

Any guidance?