Forums
(@deepchauhan)
4 years, 2 months ago
Hi I have used your plugin and it is not showing the next-prev button and also slider is not working. Slides are not moving. Can you please let me know why this is not working?
https://prnt.sc/u7z5lc
Website URL : https://dalemundi.com/
4 years, 4 months ago
Hi, I have fixed the issue just add this code below.
// get raw date $date = get_field('event_date', false, false); // make date object $date = new DateTime($date); echo $date->format('M');
I hope this will help you all.
Thank You