WPIntell

Source evidence

split the data

WP Hebrew Date · support · 2020-10-22T23:23:00+00:00

mixedsentiment
mediumseverity
0.78relevance
10replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 27 rows with source links

18.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
quickdeveloper resolved
Hi how can split the returned data value for the day separately? Maybe to use explode function ? I tried and did not help, even tried with the function str_split ( ) What function returns array or strings? str_split splitting each char to array and will not help you. You should use explode. It’s return array. $day = explode(' ', $hebrewDate); 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 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.” today_hebdate print the date and return nothing. return_today_hebdate return the date. The readme is correct. Hi i can retun to now day in hebrew by this flagin This reply was modified 5 years, 6 months ago by quickdeveloper . לא הבנתי את השאלה, כתוב בעברית. I need to present the current day in Hebrew, Is it possible to get the value by using this plugin I wrote, today_hebdate for print the date and return nothing or return_today_hebdate for return the date without printing.

Comments

10 shown
hatul 2020-10-24T17:07:00+00:00

Maybe to use explode function ?

quickdeveloper 2020-10-25T10:21:00+00:00

I tried and did not help, even tried with the function str_split ( ) What function returns array or strings?

hatul 2020-10-25T11:19:00+00:00

str_split splitting each char to array and will not help you. You should use explode. It’s return array. $day = explode(' ', $hebrewDate);

quickdeveloper 2020-10-25T17:12:00+00:00

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

quickdeveloper 2020-10-25T17:26:00+00:00

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.”

hatul 2020-10-26T13:52:00+00:00

today_hebdate print the date and return nothing. return_today_hebdate return the date. The readme is correct.

quickdeveloper 2020-11-23T14:00:00+00:00

Hi i can retun to now day in hebrew by this flagin This reply was modified 5 years, 6 months ago by quickdeveloper .

hatul 2020-11-23T15:03:00+00:00

לא הבנתי את השאלה, כתוב בעברית.

quickdeveloper 2020-11-23T15:31:00+00:00

I need to present the current day in Hebrew, Is it possible to get the value by using this plugin

hatul 2020-11-23T16:12:00+00:00

I wrote, today_hebdate for print the date and return nothing or return_today_hebdate for return the date without printing.