You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the example provided in "Date input format" helping text ("The format the value parameter should have, specified in the Java Date Format Standard. For example, if you want to input the value parameter in the following manner 01 jan 2024, the format parameter should look like this dd MMM yyyy."), i.e "dd MMM yyyy"
Expected result: the macro should display a date in the specified format
Actual result: error displayed by the macro (failed to parse the given date)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
value
parameter should have, specified in the Java Date Format Standard. For example, if you want to input the value parameter in the following manner01 jan 2024
, the format parameter should look like thisdd MMM yyyy
."), i.e "dd MMM yyyy"Expected result: the macro should display a date in the specified format
Actual result: error displayed by the macro (failed to parse the given date)
The text was updated successfully, but these errors were encountered: