@EstebanBustamante Thanks! its working <p>${'MMMM' @ format=cardObj.cardEventDate}</p><p>${'dd' @ format=cardObj.cardEventDate}</p> these are the two lines I have written to achive the above format
I have a requirement to get the date and month from the datepicker, this is the default format "2024-10-21T00:00:00.000+05:30" in AEM but I want date(00) and month(may). so to get this I have a method calenderEvent.@Getter@ValueMapValueCalendar cardEventDate; <p>${cardObj.cardEventDate @ format='MMM...
Hi AllI recently set up AEM project. I created a template with base page. so I didn't see any content on the template like container, and parasys on both structure and Initail content mode. I found the below error in error.logERROR: GET /conf/aem-bootcamp/settings/wcm/templates/home-page/structure.h...
Hi All,I have a sling model with a fragmentPath variable, using this variable I'm retrieving the content fragment data. how to write Junit test cases using Junit 5. Anybody can share your thoughts! @aanchal_sikka, @arunpatidar , @HrishikeshKa