Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
java.util.Date currentDate=TalendDate.getCurrentDate();
String day_of_week=fechas.semana_del_anyo(currentDate);
System.out.println(day_of_week);
java.util.Date date1=TalendDate.addDate(currentDate, "-1","dd");
String day_of_week1=fechas.semana_del_anyo(date1);
System.out.println(day_of_week1);