Issue: When I enter manual date such as 2023-08-25 or 08-23-2020 , it never seems to work / showing some January 20, 2001 as date.
Hi,
Issue: When I enter manual date such as 2023-08-25 or 08-23-2020 , it never seems to work / showing some January 20, 2001 as date.
I am using below date picker from granit ui. Authors entering date manually rather than using date picker.
<date
cq:showOnCreate="{Boolean}true"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/datepicker"
displayedFormat="MMMM DD, YYYY"
fieldDescription="Authored date"
fieldLabel="Authoring date"
name="./authoredDate"/>
Any ideas what format I need to enter, if authors were to enter date manually not using date picker.
AEM 6.5.13 is used at this time.