• Resolved afostre

    (@afostre)


    I’m experiencing problems with the Job Manager importer in relation to the Date fields. For some reason, the dates don’t seem to be importing. I’ve tired a few different formats including Month Day, Year and year-month-day but it doesn’t seem to have any impact. Is there any particular format I need to use? I’ll continue investigating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hey @afostre,

    Is there any particular format I need to use?

    Any format supported by PHP’s strtotime function should work: https://www.php.net/manual/en/function.strtotime.php.

    If that doesn’t help, please replicate your import on a sandbox site at https://www.wpallimport.com/debug/ (you can install WP Job Manager there), then open a support request at https://www.wpallimport.com/support/ with the sandbox site URL and a brief description of the issue. We’ll have to run tests with your import to figure out why the dates aren’t importing as expected.

    Thread Starter afostre

    (@afostre)

    Thank you, I was able to replicate the bug and demonstrate that imports using the WP Job Manager extension for Application Deadlines is not functioning properly with imports, despite using the _job_deadline tag.

    However, I’m still experiencing problems with the Expires tag for WP Job Manager, which means there is a conflict on my build (perhaps the theme or another plugin such as WPJM Custom Fields).

    I’ll report my findings and solutions here.

    Thread Starter afostre

    (@afostre)

    Hi @wpallimport

    I was able to identify the source of the problem. The metatag used for the Application Deadline field was being shown as “_job_deadline” within my inspector, but it is actually _application_deadline. The tool known as WP Job Manager Custom Fields was used to collect the data – I’ll be reporting this bug to them.

    I was also having problems with the Listing Expiration date, the default tag is _job_expires but my site has it changed to _expiration_date. This might be changed by WPJM CF, or by the theme itself.

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date Format and Syntax’ is closed to new replies.