help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED] Event date shows 0

[SOLVED] Event date shows 0

7 years 1 month ago
#24444
Hello
Just noticed that my event date is showing 0.
Why is this and how can i solve this?
Anybody had the same issue?

Attachments:

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

Re: [SOLVED] Event date shows 0

7 years 1 month ago
#24447
Hi please can you give more information, how to reproduce this. e.g. how did you enter which date? Did you use the cslendar field? (which is better) or did you write directly into the field? on which system? jem ? joomla? php?

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

Re: [SOLVED] Event date shows 0

7 years 1 month ago
#24448
Hello
Everything i made with the events is made thru jem and nothing else. I Go to Jem - Create a event with its information and also choose time and date from within the event creator and thats it! Have some images that will show you.








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

Re: [SOLVED] Event date shows 0

7 years 1 month ago
#24449
sorry, I am back again!
are you on Joomla 2.5 or 3.x . on which php: 5.6 or php 7...
to insert the date, do you use the calendar button beneath te field? (is better) or do you write directly into te field. without this infos we can't help you
The following user(s) said Thank You: Ronsdorf

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

Re: [SOLVED] Event date shows 0

7 years 1 month ago - 7 years 1 month ago
#24450
Hey,
within your installation everything works correct.
You inserted a wrong date format.
Take a look at: PHP Date Function
Your current date format is: D, L. F Y
With explanation: "D - A Textual representation of the day, three letters", "L - Is it a leap year? (Values are: 1 or 0)". "F - A full textual respresentation of a month" "Y - Full numeric presentation of a year".

Finally you see, the "L" produces the zero in you date format. I think you should youse a "d" representing the day of the month with two digits.

Additionally, your time format looks also a bit wrong. Take a look at the php examples for the date function :)

PS: Take a look in my signature, there is a responsive version of jem, if you want.
Last edit: 7 years 1 month ago by Egnarts.
The following user(s) said Thank You: jojo12

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

Re: [SOLVED] Event date shows 0

7 years 1 month ago
#24452
I solved the problem before I saw your reply, but you where completely correct in your answer. Don’t even know how the “L” was set there. But it was that simple little thing.
Thank you guys for your replies. Much love to you both

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

Time to create page: 0.491 seconds