In an application for public administration (formal documents, etc.), I need to change Date to full text (I don't know the English expression to say this).
For example, for an input like this (04/05/2014, with dd/MM/yyyy format) I need this output:
- In English: Two thousand fourteen, May, fourth (maybe twenty fourteen)
- In Spanish: cuatro de mayo de dos mil catorce
Is there anyway to do this in Java or Oracle? I dont't refer to a custom implementation, but any library (Java, joda-time, etc.) or built-in Oracle Function...
Thank you very much. Regards