


Hi All,
We have a requirement where client want to set the default time as 00:01 in the OOTB coral date picker component. We are using this component in Metadata schema forms.
AEM version :6.5.6
Could you help us in assisting as how this can be set or any property needs to be used.
Thanks,
Shikha
Views
Replies
Sign in to like this content
Total Likes
You can set the date picker type to "datetime" and implement something as below with a default time value 00:01:
<coral-datepicker type="datetime" name="field" value="2021-05-27T00:01+05:30" valueformat="YYYY-MM-DD[T]HH:mmZ"....">
</coral-datepicker>
FYI- Any subsequent coral updates may break this implementation so direct change should be avoided unless urgent.
You can set the date picker type to "datetime" and implement something as below with a default time value 00:01:
<coral-datepicker type="datetime" name="field" value="2021-05-27T00:01+05:30" valueformat="YYYY-MM-DD[T]HH:mmZ"....">
</coral-datepicker>
FYI- Any subsequent coral updates may break this implementation so direct change should be avoided unless urgent.