Skip Navigation

[Resolved] Third party calendar date fields in post form

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 2.29 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by katjaL 1 year, 10 months ago.

Assisted by: Minesh.

Author
Posts
#2519425

I found the Codemine Calendar Everything plugin which is a very usable/handy calendar and now I try to create a Toolset post form to be able to add and edit those events. Everything goes pretty smoothly with your info how to handle third party custom fields, but now with date and time fields I have issues.

The form shows the date properly (when created in admin view) only in field types: text field/number/integer and the format is yyyy-mm-dd, like 2022-12-20.
If I set the field as a date field, the field is empty. The same is for the time fields, they show like 11:00:00. Also 11:00 works, but 11 doesn't. And with working I mean: they show properly in admin view and in frontend calendar.

So my questions are:
1. Is there a way to show the 2022-12-20 in the date field as 20.12.2022 and when clicking (editing), it would open the calendar date picker as usual?
2. Is there any way to add time field working similarly as the date picker?

#2520123

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I would like to know you have issue with date field in the backend or with frontend form.
- Is the date field belongs to third party plugin?
- How it store the date value in the database?

Toolset date custom field rely on Unix Timestamp and it will store the selected date's Unix Timestamp in the database as value.

#2522825

Hi and thank you, I think I found a solution from the plugin's documentation. I will try that and if it's not working I will create a new ticket.