By jdgf on Sunday, 05 February 2017
Replies 11
Likes 0
Views 1.7K
Votes 0
Hello,

I have uploaded a csv-file. In this file there are two colums
DTSTART DTEND
20170129T000000 20170129T000000

After uploading the event is showed, but now there is a time too. All events are starting now at 1 o'clock.

Is it possible, to show only the date of an event, if there is no time?

With kind regards
DIetmar
Hello,

Yes it is possible but to do that we need to remove the timing so:

DTSTART DTEND
20170129T000000 20170129T000000

becomes

DTSTART DTEND
20170129 20170129

Many thanks
Tony
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
No, every event gets the time 1:00
I have enclosed a screen.
You can find the jevent-calendar here on my website:
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Did you remove the time as I stated above when importing?

Many thanks
Tony
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

yes, now this is ok, thank you very much for helping.

But there is still a problem with tooltip. In tooltip there is still showed the time.
I have enclosed a pic showing the problem.
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
What timezone settings do you have for JEvents on the first Tab and on the iCal import tab of the JEvents config?
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
The timezone settings are always Europe/Berlin. Joomla 3.6.5 is working with php 7.1.
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Notice your inputs in the CSV file are for Europe/London which is an hour behind your Berlin time so your events that end at midnight will appear in your Berlin time calendar as ending at 1am.
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for this hint. I have tried the following variants. CSV-File: Europe/Berlin +JEvent: Europe/London and CSV-File: Europe/Berlin + JEvent: Europe/Berlin. The results are same.

I have found an other solution. If I change the value of the field "noendtime" of the table "jevent_vevdetail" from 1 to 0, then disappears the time. Is it possible to change this field by csv-file?
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
the no-end-time flag was set because you had specified no end time in your event input. So you could put in an end time of midnight instead.
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Now hte detail view is ok. Only the layout of tooltip (Joomla) shows the time 00:00. I have found that this is caused by following variable of JEvents: {{Tooltip time:TTTIME}}
If it is active then it shows date and time. Is it possible to seperate it in a part for date and in a part for time?
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
If you are using date/time formatting from a language file then look at the translation of JEV_TIME_FORMAT otherwise look at th etime formatting option (12 hour or 24 hour clock)
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post