SQL>SQL>SQL> select to_char(date '1954-08-11' + 10000,'Day') 2 as "On a:" 3 from dual;Enter...Zondag1 row selected.SQL>