Skip to content

Commit

Permalink
refactor datetime format
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Nov 1, 2023
1 parent 102f3d0 commit 9c1b3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
fieldLabel="Schedule"
name="apm:executionSchedule"
type="datetime"
valueFormat="YYYY-MM-DD[T]HH:mm:ss"/>
valueFormat="yyyy-MM-dd[T]HH:mm:ss"/>

Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
fieldLabel="Schedule"
name="apm:launchSchedule"
type="datetime"
valueFormat="YYYY-MM-DD[T]HH:mm:ss"/>
valueFormat="yyyy-MM-dd[T]HH:mm:ss"/>
<cronExpression
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
Expand Down

0 comments on commit 9c1b3cd

Please sign in to comment.