Plugin Author
hatul
(@hatul)
I tried and did not help, even tried with the function str_split ( )
What function returns array or strings?
Plugin Author
hatul
(@hatul)
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.”
Plugin Author
hatul
(@hatul)
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
Plugin Author
hatul
(@hatul)
לא הבנתי את השאלה, כתוב בעברית.
I need to present the current day in Hebrew,
Is it possible to get the value by using this plugin
Plugin Author
hatul
(@hatul)
I wrote, today_hebdate for print the date and return nothing or return_today_hebdate for return the date without printing.