Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SQL Programming - Play around with date

    How's this?


    SELECT

      VehicleID,

            Date AS DateApproved_RenewDate,

            DATEADD

  • RE: Date Format

    This may just be academic, but..

    Remember that when you talk about the "format" of a date/time value, you're strictly talking about presentation.  No matter how the date/time is represented, the...

Viewing 2 posts - 1 through 2 (of 2 total)