File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/ilios-common/addon/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 208
208
{{ @session.ilmSession.hours }}
209
209
</td >
210
210
<td >
211
- {{ format-date @session.ilmSession.dueDate }}
211
+ {{ format-date @session.ilmSession.dueDate month = " 2-digit " day = " 2-digit " year = " numeric " }}
212
212
</td >
213
213
</tr >
214
214
</tbody >
240
240
{{ #each this.offerings as |offering |}}
241
241
<tr >
242
242
<td class =" text-left" >
243
- {{ format-date offering.startDate month =" numeric " day =" numeric " year =" numeric" hour12 =true hour =" numeric " minute =" numeric " }}
243
+ {{ format-date offering.startDate month =" 2-digit " day =" 2-digit " year =" numeric" hour12 =true hour =" 2-digit " minute =" 2-digit " }}
244
244
-
245
- {{ format-date offering.endDate month =" numeric " day =" numeric " year =" numeric" hour12 =true hour =" numeric " minute =" numeric " }}
245
+ {{ format-date offering.endDate month =" 2-digit " day =" 2-digit " year =" numeric" hour12 =true hour =" 2-digit " minute =" 2-digit " }}
246
246
</td >
247
247
<td class =" text-left" >
248
248
{{ offering.room }}
Original file line number Diff line number Diff line change 28
28
{{ t " general.start" }} :
29
29
</label >
30
30
<div >
31
- {{ format-date @course.startDate }}
31
+ {{ format-date @course.startDate day = " 2-digit " month = " 2-digit " year = " numeric " }}
32
32
</div >
33
33
</div >
34
34
<div class =" inline-label-data-block" >
52
52
{{ t " general.end" }} :
53
53
</label >
54
54
<div >
55
- {{ format-date @course.endDate }}
55
+ {{ format-date @course.endDate day = " 2-digit " month = " 2-digit " year = " numeric " }}
56
56
</div >
57
57
</div >
58
58
<br >
You can’t perform that action at this time.
0 commit comments