Title: change date
Last modified: August 20, 2016

---

# change date

 *  Resolved [ahadzadeh](https://wordpress.org/support/users/ahadzadeh/)
 * (@ahadzadeh)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-date-3/)
 * how to change date to hejri
 * .post-calendar-date
    tanx

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-date-3/#post-3433234)
 *     ```
       function easel_display_post_calendar() {
       		global $post, $wp_query;
       		if (is_page()) return;
       		if (easel_themeinfo('enable_post_calendar')) {
       			$post_calendar = "<div class=\"post-calendar-date\"><div class=\"calendar-date\"><span>".get_the_time('M')."</span>".get_the_time('d')."</div></div>\r\n";
       			echo apply_filters('easel_display_post_calendar', $post_calendar);
       		}
       	}
       ```
   
 * You can add (and edit) this to your CHILD THEMES functions.php file, or edit 
   it directly in the functions/displaypost.php to suit your needs.
 *  Thread Starter [ahadzadeh](https://wordpress.org/support/users/ahadzadeh/)
 * (@ahadzadeh)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-date-3/#post-3433235)
 * ok
    very tnx love you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘change date’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/easel/3.3.3/screenshot.png)
 * Easel
 * [Support Threads](https://wordpress.org/support/theme/easel/)
 * [Active Topics](https://wordpress.org/support/theme/easel/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/easel/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/easel/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ahadzadeh](https://wordpress.org/support/users/ahadzadeh/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/change-date-3/#post-3433235)
 * Status: resolved