Announcement Date not a complete…

This topic contains 5 reply and 2 voices, and was last updated by towhid 8 years, 12 months ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
April 27, 2015 at 11:29 am 42407
towhid In the Announcement you display like: 16 Thursday 2015 ...and it says nothing about the month. I think it should be like: April 16 Thursday 2015 (if we click the title of the announcement, the date is proper) If we click on "Back to all Notice", the date needs adjustment as well.
April 27, 2015 at 5:11 pm 42460
towhid towhid

Hello Fred,

Please open wedevs-dokan-plugin/classes/template-notice.php and find this line ‘echo date(‘d’, strtotime( $notice->post_date ) )’ and replace with this line echo date('F j', strtotime( $notice->post_date ) )

Thank you 🙂

April 27, 2015 at 9:59 pm 42477
Fred Fred

Hi Towhid,
That fixed it in /dashboard/announcement/ but not it dashboard itself.

April 29, 2015 at 10:44 am 42540
towhid towhid

Hello Fred,

Step 1: Please open wedevs-dokan-plugin/templates/dashboard.php

Step 2: Find this line echo date( 'd', strtotime( $notice->post_date ) );

Step 3: Replace this line over that line echo date( 'F d', strtotime( $notice->post_date ) );

Please try yourself and let me know the result.

Thank you 🙂

April 29, 2015 at 1:08 pm 42566
Fred Fred

Perfect! Thanks.

April 29, 2015 at 1:13 pm 42567
towhid towhid This reply has been marked as private.
Viewing 5 Posts - 1 through 5 (of 5 total)