Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SSIS - datetime manipulation

    Something like this?

    Storeno >= 100 && Storeno <= 400 ? DateAdd("hh",ABS(DateDiff("hh", GetDate(), GetUTCDate()) - 5), DateAdd("mm", -7.00 * 60, GetUTCDate())) : DateAdd("hh",ABS(DateDiff("hh", GetDate(), GetUTCDate()) - 5), DateAdd("mm", -8.00...

Viewing post 1 (of 1 total)