Forum Replies Created

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

  • RE: datetime

    This is the convDate function I use it when a user is typing in a date .

      <%

      'This function recieves a date from text string in format dd/mm/yy or...

  • RE: datetime

    1) WHERE (DATEDIFF(d, datelogged, GETDATE()) = 1)

    2) WHERE (despatchdate BETWEEN '" & convDate(dteFromDate) & "' AND '" & convDate(dteToDate) & "')

    'Using function to massage date.

    3) WHERE orderdate > Getdate()...

  • RE: datetime

    Try this

    CONVERT(Varchar(12),GetDate(),101)

    Don't forget to change date type for other countries

    REGARDS

    Don

     

  • RE: Is SQL2K Login case sensitive

    Thanks for verifying it,.

    Seems a bit of a loose end as far as security.

    Don

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