Tuesday, October 28, 2014

JDev/ADF sample - Handling Date Format and ADF Bindings

  • Handling Date Format and ADF Bindings. There are tips and tricks related to the date format handling and ADF bindings. When Oracle date type attribute is being used through ADF binding expression, it will be converted to String with default format (yyyy-MM-dd), no matter what original format was set. This is described in API for the Oracle date type - Date constructor with String. Below I'm going to explain how it works and how you could optimise ADF application to handle date type attributes from ADF bindings layer.
    Download - DateFormatApp.zip

No comments: