Conversation
supportHi 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.
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.