Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
C3SL
sapos
Commits
bdb894c5
Commit
bdb894c5
authored
Sep 03, 2014
by
Vinicius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In this directory I changed the date format in the file show.jspx
parent
aeaab5c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main/webapp/WEB-INF/views/travelrequisitions/show.jspx
src/main/webapp/WEB-INF/views/travelrequisitions/show.jspx
+2
-2
No files found.
src/main/webapp/WEB-INF/views/travelrequisitions/show.jspx
View file @
bdb894c5
...
...
@@ -54,8 +54,8 @@
<hr/>
<b>
Datas
</b>
<p/>
<field:display
date=
"true"
dateTimePattern=
"
${travelrequisition_startdate_date_format}
"
field=
"startDate"
id=
"s_br_ufpr_c3sl_sapos_models_scholar_TravelRequisition_startDate"
object=
"${travelrequisition}"
z=
"user-managed"
/>
<field:display
date=
"true"
dateTimePattern=
"
${travelrequisition_enddate_date_format}
"
field=
"endDate"
id=
"s_br_ufpr_c3sl_sapos_models_scholar_TravelRequisition_endDate"
object=
"${travelrequisition}"
z=
"user-managed"
/>
<field:display
date=
"true"
dateTimePattern=
"
dd/MM/yyyy
"
field=
"startDate"
id=
"s_br_ufpr_c3sl_sapos_models_scholar_TravelRequisition_startDate"
object=
"${travelrequisition}"
z=
"user-managed"
/>
<field:display
date=
"true"
dateTimePattern=
"
dd/MM/yyyy
"
field=
"endDate"
id=
"s_br_ufpr_c3sl_sapos_models_scholar_TravelRequisition_endDate"
object=
"${travelrequisition}"
z=
"user-managed"
/>
<br/>
<hr/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment