in reply to dbi fetchrow_array to access a timestamp

I think you might be defined the AUDCTIME column name data type as date so it will display only date to make it as date and time modify the AUDCTIME column data type as datetime
  • Comment on Re: dbi fetchrow_array to access a timestamp