If you are using granite/ui/components/coral/foundation/form/datepicker then use minDate property with value today.
https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/datepicker/index.html
Try it out here:...
@VishnuSa1 check if the asset is processing (workflows or processing profiles) when your code is executing. Make sure no other process runs during your code execution.
Request for Feature Enhancement (RFE) Summary:Scheduled content sets for content syncUse-case:We have more than 60 sites on our AEM instance (and growing). There are days where we use to create content packages to sync all these sites content from Prod to lower enviroments.We were very happy to see ...
@margaritageg valueFormat is to specify the format in which value has to be saved.If you want to change the dispaly the use displayedFormat property.
displayedFormat="YYYY-MM-DD HH:mm:ss"
@jayv25585659
Write a Filter and target the path "/content/myapp/en/folder1", do your conditional checks in doFilter().
You need to set cache header to privte for this path in dispatcher.
@margaritageg Try using valueFormat property.https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/datepicker/index.html
@TarunKumar Check if any of the below two methods works.
context.currentResource("/content/...").adaptTo(FragmentTemplate.class);
context.request().adaptTo(FragmentTemplate.class);