Skip to content

Commit 9c1b3cd

Browse files
committed
refactor datetime format
1 parent 102f3d0 commit 9c1b3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/components/scriptLaunch/scriptDetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
fieldLabel="Schedule"
5555
name="apm:executionSchedule"
5656
type="datetime"
57-
valueFormat="YYYY-MM-DD[T]HH:mm:ss"/>
57+
valueFormat="yyyy-MM-dd[T]HH:mm:ss"/>
5858

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/fragments/scriptLauncher/.content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
fieldLabel="Schedule"
5353
name="apm:launchSchedule"
5454
type="datetime"
55-
valueFormat="YYYY-MM-DD[T]HH:mm:ss"/>
55+
valueFormat="yyyy-MM-dd[T]HH:mm:ss"/>
5656
<cronExpression
5757
jcr:primaryType="nt:unstructured"
5858
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"

0 commit comments

Comments
 (0)