how to replace the "to" in the image date picker range. to "-" or ","ex :2024-06-01 - 2024-06-05
Hi,
The Date Picker works as expected for me. Please refer the OML.
Hope this helps!
Thanks,
thankyou @Deepika Patel
To replace the "to" in the date picker range with a custom delimiter like "-" or "," in OutSystems, you can achieve this by customizing the date range display.
Create a Date Range Picker:
Create a Text Variable to Display the Custom Date Range:
Update the Text Variable Whenever the Date Changes:
Add Two Date Picker Widgets:
Create a Text Variable:
Create a Client Action to Update the Date Range Text:
You can find the script for Datepicker by taking clone of OutsystemsUI. You can customize the script for date picker range as per your requirement for your application.
Attached the sample here.
I'm wondering how to solve this. Plz...