scvinodkumar Posted April 30, 2010 Share Posted April 30, 2010 I want to display date in japan, for example In English : 10/05/2008 To Japan : 2008年10月05日 how to display? Link to comment https://forums.phpfreaks.com/topic/200273-display-date-in-japan-format/ Share on other sites More sharing options...
947740 Posted April 30, 2010 Share Posted April 30, 2010 You need the &????; codes for the japanese characters. I'm sure they are on some list somewhere (helpful I know). So if you had a unix timestamp...of $ts date("Y&????;M&????&????;",$ts); Link to comment https://forums.phpfreaks.com/topic/200273-display-date-in-japan-format/#findComment-1051130 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.