Return true or false from backend and based on response you can show alert using coral ui if its in authoring mode.Go through this document for alert using coral ui.Documentation | CoralUI
Hi sandhya,For the value storage datetime will work as we discussed. Seems like format in sightly is not working in 6.2. So we need to write a formatter like below for your component.package apps.project.components.author.componentname;import java.text.SimpleDateFormat;import java.util.Calendar;impo...
You are sharing the component node screenshot.I am asking about the /content where the component is created.After updating to datetime, did you save the datetime value from dialog.If yes what do you see exactly on your page, can you add screenshot.Which version of AEM are you using. I tested this on...
Hi Sandhya,Can you check the same thing in firefox browser, if the value is getting retained or not.If the issue still exists you can use type as datetime to fix it temporarily.We also faced this issue in chrome due to some browser restrictions.Coming to display part:As this is a date picker. It is ...