Saltar navegación

[Resuelto] Wp All Import: Date Format for Date field

This support ticket is created 3 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

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

Zona horaria del colaborador: Asia/Hong_Kong (GMT+08:00)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por benjaminH-7 3 years, 5 months ago.

Asistido por: Luo Yang.

Autor
Mensajes
#2528753

Hi,

I am using Wp All Import for creating new entries for a custom post type - created by toolset. This post type has a custom date field. What format does the excel field with the posts to be imported need for this date field?

Regards,

#2530059

Hello,

Toolset Types plugin store custom date field in timestamp format.
The unix time stamp is a way to track time as a running total of seconds. This count starts at the Unix Epoch on January 1st, 1970 at UTC.

For example:
You can convert "Sun Jan 08 2023 23:53:04 GMT+0000" value into timestamp value: 1673221984

Mor help:
enlace oculto

#2530583

My issue is resolved now. Thank you!