Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ca0cf6b1
authored
Apr 03, 2017
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change event times from date to timestamp. DB were already timestamps, so only UI needed a change
1 parent
eb3e2291
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
code/moya-web/WebContent/eventorg/editEvent.xhtml
code/moya-web/WebContent/eventorg/editEvent.xhtml
View file @
ca0cf6b
...
...
@@ -45,15 +45,15 @@
<p:message
for=
"nextbillnr"
/>
<p:outputLabel
for=
"salesBegin"
value=
"#{i18n['event.ticketSalesBegin']}:"
/>
<p:calendar
id=
"salesBegin"
value=
"#{eventorgView.event.ticketSalesBegin}"
pattern=
"#{sessionHandler.dateFormat}"
timeZone=
"#{sessionHandler.timezone}"
showOn=
"button"
style=
"width: 200px;"
/>
<p:calendar
id=
"salesBegin"
value=
"#{eventorgView.event.ticketSalesBegin}"
pattern=
"#{sessionHandler.date
time
Format}"
timeZone=
"#{sessionHandler.timezone}"
showOn=
"button"
style=
"width: 200px;"
/>
<p:message
for=
"salesBegin"
/>
<p:outputLabel
for=
"starttime"
value=
"#{i18n['event.startTime']}:"
/>
<p:calendar
id=
"starttime"
value=
"#{eventorgView.event.startTime}"
pattern=
"#{sessionHandler.dateFormat}"
timeZone=
"#{sessionHandler.timezone}"
showOn=
"button"
style=
"width: 200px;"
/>
<p:calendar
id=
"starttime"
value=
"#{eventorgView.event.startTime}"
pattern=
"#{sessionHandler.date
time
Format}"
timeZone=
"#{sessionHandler.timezone}"
showOn=
"button"
style=
"width: 200px;"
/>
<p:message
for=
"starttime"
/>
<p:outputLabel
for=
"endTime"
value=
"#{i18n['event.endTime']}:"
/>
<p:calendar
id=
"endTime"
value=
"#{eventorgView.event.endTime}"
pattern=
"#{sessionHandler.dateFormat}"
timeZone=
"#{sessionHandler.timezone}"
showOn=
"button"
style=
"width: 200px;"
/>
<p:calendar
id=
"endTime"
value=
"#{eventorgView.event.endTime}"
pattern=
"#{sessionHandler.date
time
Format}"
timeZone=
"#{sessionHandler.timezone}"
showOn=
"button"
style=
"width: 200px;"
/>
<p:message
for=
"endTime"
/>
<p:outputLabel
for=
"themeSwitcher"
value=
"#{i18n['event.theme']}:"
/>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment