Oct 16, 2002 #1 DATEFUN Programmer Oct 16, 2002 2 US Hi Please let me know how to calculate of week of specific date for that month I don't want week number of the year I want week of the month Please help me asap Thanks Milind
Hi Please let me know how to calculate of week of specific date for that month I don't want week number of the year I want week of the month Please help me asap Thanks Milind
Oct 16, 2002 #2 lewisp Programmer Aug 5, 2001 1,238 GB Does the week have to start on a specific day (such as Monday or Sunday)? If not, ceil(To_Number(To_Char(SYSDATE,'DD'))/7) will do it. Upvote 0 Downvote
Does the week have to start on a specific day (such as Monday or Sunday)? If not, ceil(To_Number(To_Char(SYSDATE,'DD'))/7) will do it.