This topic has 6 replies, 3 voices, and was last updated 12 years, 7 months ago by plastikov.
Viewing 7 posts - 1 through 7 (of 7 total)
hi i’m tring to create new event, but i cant introduce any date. it’s not working. I try to administrate it from google crhome and safari.
when I click on the calendar, this does not include any date in the text box. simply disappears without entering the desired date
any sugestion?
Topic is get solved via Skype Communication.
If you can provide with WP Logins then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp logins.
You can contact via Skype: support-aws
i solved the issue adding this line code in the file functions.php
in line 87
$default_date = get_option('date_format');
add this line, (is my personal option in the WP format date settings):
case "l j F Y":
$atp_defaultdate = "DD d MM yy";
break;
🙂
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.