if I have an empty date field in tablesome and I export it to either csv or xlsx the date will be 01.01.1970. See images below.
Kind regards, Andreas Sch?ppach
Tablesome
Version: 1.1.2
Author: Pauple
== Tablesome API Info ==
a:0:{}
]]>Or if you go back in time it will say “December 2022 – November 2023“. Everything is in reverse and it add a year for nothing.
I tried using {date format=”F Y”} but the output will be
{date format=/”F Y/”}
I used JavaScript to trim the text when it loads so you need to change the month to see it (so visitor don’t see it on the first visit)
]]>we are using the The Evente Calendar Plugin (beside other Add-Ons like The EVents Calendar Pro) in the latest version together with WordPress 6.1.
We are encountering the issue that users who are editors cannot publish events. That means that they are provided with the Add new event link/button and can type in event descriptions and event dates but after saving/publishing this event the event date is set to the current date/timestamp when the publishing action was carried out.
These events aren’t listed in the calendar view either.
An Administrator user can create events without restriction.
We are using the Toolset Access Plugin to mannage the permissions for the The Event Calendar. There we have set the right permissions for creating, editing and pusblishing events.
Does anyone have an idea what could be the cause for our issue?
best wishes
]]>alot of orders showing a date of:
Factuurdatum: 01 01 1970
Bestel nr.: 244080
Besteldatum: 01/01/1970
Its been ordered on 19-03-2022.
How vcan i fix this? please let me know!
]]>get_post_meta( get_the_ID(), ‘mec_start_date’, true );
… pulls the start date of the first event in that row (e.g. 2021-03-01) but not the start date of the event that is currently displayed (e.g. 2022-02-20). Same of course with the end date. I used the functions you suggest here:
https://webnus.net/dox/modern-events-calendar/overriding-mec-single-event-page/
Interesting: The countdown widgets displays a correct countdown time. So how can I display the date and time related to the current event?
Workaround:
$single = new MEC_skin_single();
$single_event_main = $single->get_event_mec(get_the_ID());
In $single_event_main the very last array [date] seems to contain the actual date for the current event. But I think this is not the way it is intended to get it.
]]>Thanks for your work…
Ponyfish from Germany
Yesterday was March 4th and I was last logged in to the backend of our website. Today morning I opened up the Frontend of our website. In every events-list on our website (landing-page under the headline “Termine”, sidebar on https://www.laufgruppe-dresden.de/trainingszeiten/ and https://www.laufgruppe-dresden.de/kalender-termine/kalender-monat/, main-content area on https://www.laufgruppe-dresden.de/kalender-termine/) the event with the date March 4th was still visible. The small calender in the sidebar of https://www.laufgruppe-dresden.de/kalender-termine/ also showed March 4th as todays date. Only the big-size calender in the main-content area on https://www.laufgruppe-dresden.de/kalender-termine/kalender-monat/ showed March 5th as correct todays date.
All the named events-lists an the named small calender in the sidebar are elements of the plugin Events Manager and obviously refer to a wrong todays date. The named big calender which showed the right date is an element of the plugin WP FullCalender, which enhances the plugin Events Manager (Description @ WP FullCalender plugin page: “Integrates seamlessly with Events Manager”).
After viewing the Frontend of our website and noticing the inconsistent content within the Events Manager elements I logged in to the backend of our
website. I did nothing more than just logging in. No changes, no saves, nothing. This was enough that somehow the Events Manager plugin updated its reference date from March 4th to March 5th. In any events list the event from March 4th wasn’t visible anymore and the small calender in the sidebar showed March 5th as todays date. But it does not do this automatically. I always need to log in to the backend for this.
I have not changed anything in the files of the plugin. I just use the placeholder file eventcategoriesimages.php and the template file events-list-grouped.php as child-plugin-file as described in the documentation of the plugins website. Using the plugin without these child-files had no change in the incorrect behaviour.
I hope I described my problem understandable and someone can help me. Thanks already for that.
]]>Wondering if there’s a chance I get a link for the event in the teams block, in the result/date-time middle section. I’m using it at bottom of my homepage, it looks very good but I’d assume users would like to go see that event’s details.
Just noticing it also shows the wrong date there :/
]]>