Hi,
I have a Month Pick in my application which I would like to customise to be a Month Picker Range as you would with the Date Picker Range, e.g, be able to select from June to October. However I am having difficulties with this. I have seen a previous forum of someone looking to do something similar but no clear answers:
https://www.outsystems.com/forums/discussion/91377/how-to-custom-date-picker-range-to-become-month-picker-range-in-outsystems/
I have checked the forge as well and could not find anything. Is there a way to make this work or any ideas from anyone?
Thank you.
Hello,
Do you have a mockup to understand what you really need?
Thanks
Hi @Paulo Torres
Thank you for the reply.
Below as you see in the first snippet is how the DatePicker Range works, I would like to be able to do this with the MonthPicke, shown in second snippet, however I'm just able to select one month.
Hope this makes sense.
Hi Veronica,
I know you want to use date picker widget to select month range but there are other widgets as well which might help you to achieve similar functionality like Range Slider Interval.
I have shared the link below. Please have a look, this might help you as well.
https://outsystemsui.outsystems.com/OutSystemsUIWebsite/PatternDetail?PatternId=531
Regards,
Manish Jawla
This will be tricky.
You need to integrate a new library that does this or you can clone the DatePicker and try to change to achieve this.
Regards, Paulo Torres
Thank you all for the suggestions. I will try them and see which one works for me.
Clone and create a dropdown for months can be more easy! This can be accepted by the business team?
Hi Veronical,
You can use OutSystems month picker widget from OutSystems UI.
Check this post.
Shoeb
It's a good Hint, thanks :)