New Oracle APEX plugin! Scrollable Date Picker

Search for a command to run...

No comments yet. Be the first to comment.
Oracle APEX already includes Font APEX as the default icon library for Universal Theme. In most cases, that is enough. But in one of my APEX apps, I needed a few icons that were not available there, s

Looking to give your Oracle APEX mobile app a modern, native feel? Here’s a quick hack: add a floating action button that stays anchored at the bottom corner just like in popular mobile apps. This sma

APEX 26.1 has been updated to the Universal Theme. While much of the attention in this release is on AI features, I think the UT improvements are just as important for developers like me who care abou

The apex_barcode package offers a PL/SQL API to generate various types of barcodes. You can output barcodes as SVG (Scalable Vector Graphics) values or as PNG file blobs, making it easy to embed them

Oracle APEX makes it easy to get data on screen fast, but often, the default tabular output isn’t enough. What if you want to highlight statuses, add icons, or display badges all without writing compl

Meet the Scrollable Date Picker, a new APEX item plugin designed to simplify date selection.

Download Scrollable Date Picker
Import item_type_plugin_com_rodrigomesquita_scrollabledatepicker.sql file into your application.
Create a page item
Choose Scrollable Date Picker [Plugin] as an item type
Navigate to the "Shared Components".
Click on "Component Settings."
Select "Scrollable Date Picker [Plug-in]."
Modify the week and month names to your desired values.
Ensure that the configuration remains a valid JSON array.

When using small screens, you can select a date more easily by utilizing the drag and scroll feature. This function allows you to smoothly navigate and pick the desired date with convenience.

Clique here so see it working.