Title: split the data
Last modified: October 22, 2020

---

# split the data

 *  Resolved [quickdeveloper](https://wordpress.org/support/users/quickdeveloper/)
 * (@quickdeveloper)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/split-the-data/)
 * Hi
    how can split the returned data value for the day separately?

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

 *  Plugin Author [hatul](https://wordpress.org/support/users/hatul/)
 * (@hatul)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/split-the-data/#post-13576037)
 * Maybe to use [explode function](https://www.php.net/manual/en/function.explode.php)?
 *  Thread Starter [quickdeveloper](https://wordpress.org/support/users/quickdeveloper/)
 * (@quickdeveloper)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/split-the-data/#post-13577345)
 * I tried and did not help, even tried with the function str_split ( )
    What function
   returns array or strings?
 *  Plugin Author [hatul](https://wordpress.org/support/users/hatul/)
 * (@hatul)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/split-the-data/#post-13577437)
 * str_split splitting each char to array and will not help you.
    You should use
   explode. It’s return array. `$day = explode(' ', $hebrewDate);`
 *  Thread Starter [quickdeveloper](https://wordpress.org/support/users/quickdeveloper/)
 * (@quickdeveloper)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/split-the-data/#post-13578131)
 * thanks for the help me,
    though the explode function Returns an array of strings,
   I check today_hebdate() with function is_array and return NULL; Mabey you can
   help me privately in mobile +9727611599
 *  Thread Starter [quickdeveloper](https://wordpress.org/support/users/quickdeveloper/)
 * (@quickdeveloper)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/split-the-data/#post-13578174)
 * I use with today_hebdate() function instaed of return_today_hebDate()
    Please
   fix the gouide in reademe file “(Optional) if you want to add the hebrew date
   of today than you need to add `<?php today_hebdate() ?>` where you want.”
 *  Plugin Author [hatul](https://wordpress.org/support/users/hatul/)
 * (@hatul)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/split-the-data/#post-13581432)
 * `today_hebdate` print the date and return nothing. `return_today_hebdate` return
   the date. The readme is correct.
 *  Thread Starter [quickdeveloper](https://wordpress.org/support/users/quickdeveloper/)
 * (@quickdeveloper)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/split-the-data/#post-13698198)
 * Hi
    i can retun to now day in hebrew by this flagin
    -  This reply was modified 5 years, 6 months ago by [quickdeveloper](https://wordpress.org/support/users/quickdeveloper/).
 *  Plugin Author [hatul](https://wordpress.org/support/users/hatul/)
 * (@hatul)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/split-the-data/#post-13698504)
 * לא הבנתי את השאלה, כתוב בעברית.
 *  Thread Starter [quickdeveloper](https://wordpress.org/support/users/quickdeveloper/)
 * (@quickdeveloper)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/split-the-data/#post-13698650)
 * I need to present the current day in Hebrew,
    Is it possible to get the value
   by using this plugin
 *  Plugin Author [hatul](https://wordpress.org/support/users/hatul/)
 * (@hatul)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/split-the-data/#post-13698880)
 * I wrote, `today_hebdate` for print the date and return nothing or `return_today_hebdate`
   for return the date without printing.

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

The topic ‘split the data’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-hebrew-date/assets/icon-256x256.png?rev=1091074)
 * [WP Hebrew Date](https://wordpress.org/plugins/wordpress-hebrew-date/)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-hebrew-date/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-hebrew-date/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-hebrew-date/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-hebrew-date/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [hatul](https://wordpress.org/support/users/hatul/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/split-the-data/#post-13698880)
 * Status: resolved