Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to format DateTime?

    For ur information, the Userdate 1 and Userdate2 are enter by user in the format of "dd-mm-yyyy", Therefore, the query will look similar as below;

    SELECT .......

    FROM .......

    WHERE.......

    AND CONVERT(varchar(20), s.u_sampledt, 106)...

Viewing post 1 (of 1 total)