Get UTF-8 hebrew date from date stamp ( mysql )


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $hebDate = iconv('ISO-8859-8','UTF-8',jdtojewish( unixtojd(strtotime($date)),1));
  2.  

Report this snippet


Comments


You need to login to view comments.