Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author hatul

    (@hatul)

    Maybe to use explode function?

    Thread Starter quickdeveloper

    (@quickdeveloper)

    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);

    Thread Starter quickdeveloper

    (@quickdeveloper)

    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

    (@quickdeveloper)

    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.

    Thread Starter quickdeveloper

    (@quickdeveloper)

    Hi
    i can retun to now day in hebrew by this flagin

    Plugin Author hatul

    (@hatul)

    ?? ????? ?? ?????, ???? ??????.

    Thread Starter quickdeveloper

    (@quickdeveloper)

    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.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘split the data’ is closed to new replies.