Hi,
I want in my application to display the date time in this format-- ‘2016-6-5 下午 05:41’ . Instead of am/pm I am trying to display in chinese as my locale is chinese.
I am using fullDateFormat:"%Y/%n/%j %G:%i" . How can I display in above mentioned format? What fullDateFormat I have to give? Please Share the code snippet ASAP.