I think he wanted it default though, but that's right, if everthing used to_char and the format it would work.

Depending on how your users are accessing the database you could dynamically change their NLS_DATE_FORMAT environment variable to the new format and it will use the new one as default.

Otherwise if you change it in the init.ora you will need to bounce the database.