• Oh darn, I always code in SQL Sever.

    Seems like CONVERT() will work? Where to place in my code? In the same line as the call for the dt_when (time/date)?

    Thanks Luis.

    CONVERT(varchar(10),t.dt_when)

    This seems to work...

    Thanks!