I am trying to get iso week for the date '2022/10/17' in SSIS datepart column expression. I tried the below expression but did not succeeded.
(DT_WSTR,2)DATEPART("isoww",(DT_DBTIMESTAMP)Date_NewFormat)
I also tried isowk, iso_week, ISO_WEEK but failed. Please help.
I got the answer to this question. to get the iso week from a date in SSIS column expression use the below formula
in the above formula only enter you date and keep everything as it is. DONOT EDIT 1/1/1753