on 2022 Oct 06 12:44 PM
Request clarification before answering.
Hi,
if(this.getView().byId("date1").getDateValue() > this.getView().byId("date2").getDateValue()){
MessageBox.error("From date is greater than to date");
}else{
MessageBox.success("From date is lesser than to date");
}
Regards,
Dominic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.