I have created a course completion certificate. The date using code is getting displayed in DD/MM/YYYY, I wish it should be in format like "November 21, 2019" .
Please guide how can i change it.
hello,
try using shortcodes with the format. [certificate_date date_format=’d-m-Y’]
it should work.
Tried the short code what you suggested. Copied <span style="color: #4b4d4d; font-family: Lato; font-size: 15px;">[certificate_date date_format=’d-m-Y’]</span> and pasted it. It is not working. only displaying the shortcode instead of date.
Also try <span style="color: #4b4d4d; font-family: Lato; font-size: 15px;">[certificate_date_format=’d-m-Y’] which is also not working.</span>
Please refer the screen shot.
https://prntscr.com/q0f4mf
Please suggest how to proceed.
Please use this shortcode:
[certificate_student_date]
and set the date format in your wp-admin -> settings -> general .