Hello, I would like to insert the date/time in this shorcode
[schedule from=”2018-08-10T15:00″ to=”2018-09-22T10:25″] [acf field=”formulario”] [/schedule]
I created a custom field with your pluging call fecha_cierre.
I am using this shorcode but is not working, Could you help me
[schedule from=”2018-08-10T15:00″ to=”[acf field=”fecha_cierre”]”] [acf field=”formulario”] [/schedule]
Gracias
Juan
Hi I can’t get it to work, it ouputs a generic time but I can’t choose a time to popup only the date, am I missing something to add?
]]>Since the most recent ACF 5 Pro upgrade the date time field does not seem to be able to save the date properly. I keep changing it to July 24, 2016 and it keeps saving it as July 6, 2016 … and the time always 01:31:00. It was working fine the last I looked over a month ago.
]]>I am trying to sort a custom post type using the Date & Time Picker field. I am finding it correctly sorts by the date but not the time. Here is the code I am using to sort the order:
<?php
$args = array(
'order' => 'DESC',
'post_type' => 'schedule',
'meta_key' => 'date_time',
'orderby' => 'meta_value_num',
);
query_posts($args);
if (have_posts()) : while (have_posts()) : the_post(); ?>
Is the problem with the way I have the time fields set up (hh:mm tt)? Is there something else I’d need to add to have it honor the time in the order as well?
Thank you!
]]>I would like to have the following features:
1) default value (current time)
2) timestamp in unix format
Thanks,
Christoph
The popup is transparent on WordPress 4.5 and therefore not readable.
Thanks for developing this new plugin which seems to replace another plugin which is more than two years old.
Regards,
Christoph
Compatible With Contact Form 7?
]]>