blade2009
10-24-2002, 10:21 PM
i have this most craziest problem
date formations are in DD/mm/yyyy
now: i cahnged the field worklog_date format to dd/mm/yyyy in access and it shows formation in access as dd/mm/yyyy. Well yeppie cool.
but i am displaying this result in flexgrid how come flexgrid doesnt showthe work_date as in format dd/mm/yyyy???????
even when i asked the flexgrid to only open the table
e.g
set mainrst=indb.openrecordset("worklog")
==========
insane and stupid.
at first the sys format was changed to dd/mm/yyyy
for my query in one form
then i got user entering a date in texfield in format dd/mm/yyyy
when i view the result the flex shows the users textbox input as mm/dd/yyyy
this is killing me
can someone please help
:confused:
date formations are in DD/mm/yyyy
now: i cahnged the field worklog_date format to dd/mm/yyyy in access and it shows formation in access as dd/mm/yyyy. Well yeppie cool.
but i am displaying this result in flexgrid how come flexgrid doesnt showthe work_date as in format dd/mm/yyyy???????
even when i asked the flexgrid to only open the table
e.g
set mainrst=indb.openrecordset("worklog")
==========
insane and stupid.
at first the sys format was changed to dd/mm/yyyy
for my query in one form
then i got user entering a date in texfield in format dd/mm/yyyy
when i view the result the flex shows the users textbox input as mm/dd/yyyy
this is killing me
can someone please help
:confused: