hai

i want to convert the English(Common G.M.T) Date into Japanese
date(J.S.T)Japanese Standard Time..

in my servlet this change has to be occur dynamically..

any idea how can i aheive this..


i already tried with DateFormat class's method

                response.setContentType("text/plain ; charset = Shift_JIS
") or (charset = UTF-8) tried both...
                Locale locale = new Locale("ja"  ,"");
                "
DateFormat.getDateTimeInstatnce(DateFormat.LONG,DateFormat.LONG,locale)"

this method only displays the same G.M.T for Japanese locale also...instead
of J.S.T

i welcome u'r suggestions...

bye
JJ

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to