How To Implement Hijri Date Packer in Oracle Apex with Arabic Number looks like Gregorian Date Picker?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To create the Hijri (Arabic) date picker follow these steps:
Add the following JavaScript in your page’s JavaScript > File URLs field:
Create a page item as a Text Field and specify a name, for example, P4_DATEPICKER.
Add the following jQuery code in the page’s Function and Global Variable declare section:
You can notice the P4_DATEPICKER item in the above code. Replace it with your page item.
Now save the changes and run the page, you will get the output as follows:
When the user clicks or navigates on the item, it will display the calendar.
If you need this date picker on almost every page, then include the JavaScript URL at the application level.
Thanks Sir
But I want to store and show Arabic years,months,days Name with Arabic letters
This is also Gregorian date only show and layout changed to Arabic I want to implement like that