Change Monday like first day of week
Hi everybody!
I need to change monday like first day of week and not sunday.
select to_char(to_date('01-01-2012'),'w') from dual
Result: 1
select to_char(to_date('02-01-2012'),'w') from dual
Result:1
and the idea is that 02-01-2012 must be the second week
I live in Chile.
Regards,
Daniel Hidalgo