File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
<input type =" text" name =" token" id =" token" value =" {{ token }}" placeholder =" e.g. 1f321b" >
22
22
<div class =" clear-fix" ></div >
23
23
<label for =" start" >From</label >
24
- <input type =" date" name =" start" id =" start" value =" {{ start }}" placeholder =" e.g. {{ ' -2days' | date (' dd.mm.YYYY ' ) }}" >
24
+ <input type =" date" name =" start" id =" start" value =" {{ start }}" placeholder =" e.g. {{ ' -2days' | date (' d.m.Y ' ) }}" >
25
25
<div class =" clear-fix" ></div >
26
26
<label for =" end" >Until</label >
27
- <input type =" date" name =" end" id =" end" value =" {{ end }}" placeholder =" e.g. {{ ' now' | date (' dd.mm.YYYY ' ) }}" >
27
+ <input type =" date" name =" end" id =" end" value =" {{ end }}" placeholder =" e.g. {{ ' now' | date (' d.m.Y ' ) }}" >
28
28
<div class =" clear-fix" ></div >
29
29
<label for =" limit" >Limit</label >
30
30
<select name =" limit" id =" limit" >
You can’t perform that action at this time.
0 commit comments