top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Calendar Component

Project type

Components

Technology

Power Apps

I built this canvas component after becoming dissatisfied with the out-of-the-box date picker. I prefer having control over the entire functionality of the picker, so even though the modern control is vastly better than the legacy one, I continue to use this component.

Improvements include the ability to select a range of dates, disabling dates before a certain point, and setting default dates or date ranges. I'm planning on adding the ability to select an assortment of single date values in the future. The component works without collections or data sources - the dates are generated on the fly using formulas only.

I posted the code for this on Reddit here: https://www.reddit.com/r/PowerApps/comments/1eyxcp3/custom_date_picker_no_collections_required/

bottom of page