Creating Analog Clock for Different Country in ADF

Hi Friends, In this post I am going to show you that how you can create the analog clock for different country in ADF using ADF faces component, JavaScript and JQuery. You can create the clock for different country as shown below: To create this you need the following files: 1. Clock face, Second hand, Minute hand and hour hand icons. which you can down below image and use it. These icons you need to put inside "images" folder of public_html folder of your project. 2. You need following JQuery Library: jquery.easing.1.3.js jquery-1.2.6.min.js jquery-1.3.2.min.js jQueryRotate.js Create one folder with name "js" inside public_html folder of your project and put all above mentioned .js file inside this folder. These library you can download from Google . 3. You need to create you own CSS file and use it in you ADF application. Hope this you all knows that how to use your custom CSS in ADF application. If you don't know kindly ...