• Resolved stanguillet

    (@stanguillet)


    Hi,

    I am using your plugin to export the appointments made from a plugin named booked. In my database, the date of the appointment is stock as a timestamp (numbers of seconds since 01/01/1970) and i would like to change it into a date format, how can i do this ?

    https://ww.wp.xz.cn/plugins/wp-all-export/

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

    (@wpallimport)

    Hi stanguillet.

    If there are no options in the UI to change the date format, you’ll need to use a custom PHP function to convert it.

    Click the appointment date element, then click “Advanced” and select “Export the value returned by a PHP function”.

    You’ll want to use the date() function within your own function to convert it as needed: http://php.net/manual/en/function.date.php

    I’m not a programmer. Please give the exact code. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘date format’ is closed to new replies.