Keyword

Change Date Format in New Item View

More
10 years 4 days ago #132472 by Sunny
When creating a K2 item, there are Create, Start and Finish dates, which are in the format YY-MM-DD h:m:s

I would like to change these fields so that they are entered manually or selected by the date picker in the format DD-MM-YY h:m:s

Now I see in administrator/components/com_k2/views/item/tmpl/default.php.
<tr>
        <td align="right" class="key">
                <?php echo JText::_('K2_CREATION_DATE'); ?>
        </td>
        <td class="k2ItemFormDateField">
                <?php echo $this->lists['createdCalendar']; ?>
        </td>
</tr>

So that looks out of the question.

Is there anyway of changing this entry format, as it would make it easier for, specifically our users.

PS: I am not concerned about the output views as they have already been modified to suit, this is purely the entry fields, both front and backend.

Thanks in advance for any suggestions.

Please Log in or Create an account to join the conversation.

More
10 years 3 days ago #132473 by Lefteris
Replied by Lefteris on topic Re: Change Date Format in New Item View
Hi. No, this cannot be changed. That's why the calendar is provided.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum