- Posts: 33
- Thank you received: 0
12 hour clock for Event Start/End times?
- cork
- Topic Author
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
Unfortunately, it is not possible. At the moment, the extension uses 24 hours clock instead of 12 hours clock . If you want it to use 12 hours clock, you will need to find someone to help you to customize the code in the extension.
Tuan
Please Log in or Create an account to join the conversation.
- cork
- Topic Author
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- cork
- Topic Author
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 0
Thank you.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
There are two files which you might have to modify if you make this change :
1. administrator/components/com_eventbooking/views/event/view.html.php
2. administrator/components/com_eventbooking/models/event.php
Hope this give you alitle help
Tuan
Please Log in or Create an account to join the conversation.
- cork
- Topic Author
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 0
Tuan Pham Ngoc wrote: Hi
There are two files which you might have to modify if you make this change :
1. administrator/components/com_eventbooking/views/event/view.html.php
2. administrator/components/com_eventbooking/models/event.php
Hope this give you alitle help.
Tuan
I can't find the following code on any of those files:
<select name="event_date_hour" class="inputbox">
<option value="0" selected="selected">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
</select>
<select name="event_date_minute" class="inputbox">
<option value="0" selected="selected">00</option>
<option value="5">05</option>
<option value="10">10</option>
<option value="15">15</option>
<option value="20">20</option>
<option value="25">25</option>
<option value="30">30</option>
<option value="35">35</option>
<option value="40">40</option>
<option value="45">45</option>
<option value="50">50</option>
<option value="55">55</option>
<option value="60">60</option>
</select>
Where are these option values located?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.