Skip to content

Date Range Picker #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions power-apps/date-range-picker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Date Range Picker

This snippet implements a date range picker, enabling users to select a start and end date, thus improving the overall UX.


![date-range-picker](./assets/date-range-picker.png)


## Authors

Snippet|Author
--------|---------
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )

## Minimal path to awesome

1. Open your canvas app in **Power Apps**
2. Copy the contents of the **[YAML-file](./source/date-range-picker.yaml)**
3. Click on the three dots of the screen where you want to add the snippet and select "Paste"



## Code
**[YAML-file](./source/date-range-picker.yaml)**


## Disclaimer

**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

<img src="https://github.com/pnp/powerplatform-snippets/blob/689a8bc21677a45e33c7e7990e52849cf7048cf6/power-apps/date-range-picker/assets/date-range-picker.png" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions power-apps/date-range-picker/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-snippets-date-range-picker",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2025-04-29T00:00:00.000Z",
"updateDateTime": "2025-04-29T00:00:00.000Z",
"title": "pnp-powerplatform-snippets-date-range-picker",
"shortDescription": "This snippet implements a date range picker, enabling users to select a start and end date, thus improving the overall UX",
"longDescription": [
"This snippet implements a date range picker, enabling users to select a start and end date, thus improving the overall UX"
],
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/date-range-picker/",
"products": [
"Power Platform",
"Power Apps",
"powerplatform-snippets",
"power-apps-snippets"
],
"tags": [
],
"categories": [
],
"metadata": [
{
"key": "Product",
"value": "Power Apps"
},
{
"key": "Type",
"value": "Snippet"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerplatform-snippets/blob/689a8bc21677a45e33c7e7990e52849cf7048cf6/power-apps/date-range-picker/assets/date-range-picker.png",
"alt": "Preview PNG"
}
],
"authors": [
{
"gitHubAccount": "SteveBourdin",
"name": "Steve Bourdin",
"pictureUrl": "https://github.com/SteveBourdin.png"
}
]
}
]
Loading