Title: Wrong date
Last modified: August 31, 2016

---

# Wrong date

 *  [ganchan](https://wordpress.org/support/users/ganchan/)
 * (@ganchan)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-date-12/)
 * Hello, i can’t get a correct date on a post, the date is 09 MARZO 2015 but the
   CFS shows 09 MARZO 1915
    I have a foreach like this:
 *     ```
       <?php
       		$press_list						= CFS()->get('press_list');
       		if ( is_array ($press_list) ) {
       			if ( count($press_list) > 0 ) {
       				foreach ($press_list as $press) {
       					$cfs_press_title				= $press['cfs_press_title'];
       					$cfs_press_date					= $press['cfs_press_date'];
       					$cfs_press_text					= $press['cfs_press_text'];
       					$cfs_press_link_text		= $press['cfs_press_link_text'];
       					$cfs_press_attachment		= $press['cfs_press_attachment'];
       ?>
       ```
   
 * And the echo like this:
 *     ```
       <time><?php echo date_i18n ( 'd F Y', strtotime($cfs_press_date) ); ?></time>
       ```
   
 * [https://wordpress.org/plugins/cfs-options-screens/](https://wordpress.org/plugins/cfs-options-screens/)

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

 * ![](https://s.w.org/plugins/geopattern-icon/cfs-options-screens.svg)
 * [CFS Options Screens](https://wordpress.org/plugins/cfs-options-screens/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cfs-options-screens/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cfs-options-screens/)
 * [Active Topics](https://wordpress.org/support/plugin/cfs-options-screens/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cfs-options-screens/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cfs-options-screens/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ganchan](https://wordpress.org/support/users/ganchan/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-date-12/)
 * Status: not resolved