Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: On the Trail of the ISO Week

    Maybe, other people like this function

    GO

    CREATE FUNCTION [dbo].[GetDateTimeOfIsoWeek](@WeekYearNumber int, @DayNumber int)

    RETURNS datetime

    AS

    ------------------------------------------------------------------------------

    -- GetDateTimeOfIsoWeek

    --

    -- According to ISO 8601, the first week of the year (week 1) is the week

    --...

Viewing post 1 (of 1 total)