Is there a way to set min date inside a reactive input of date time?
I have tried mindate, initialdate, min all also not working
Hi Lim,
Instead, you can try DatePicker Widget, it has all the properties that you require.
Regards,
Dinesh Kumar.
hello @Lim Xinyao
For min date attribute You have to give the date, then you will get the answer
Regards
Priyanka
Hi @Lim Xinyao
Date Picker will be more helpful for your requirement, you can refer the below link for the usage of date picker in reactive.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Mobile_and_Reactive_Patterns/Interaction/Date_Picker
Best Regards,
Sreejith
Yes, indeed the date picker component able to set min date but is there anyway to set the time increment to be in half hour?
Also i noticed the 09 got truncated.
Thanks
I have tried to use the Date picker but when going back to the detail the date picker is not populating. For the example attached i use both input (type date) and date picker.
Input able to populate back the value but date picker unable
Use Max/Min Property and format the CurrDate();
Hi Jom ,
Thanks, Its working.