|
From: SourceForge.net <no...@so...> - 2007-06-26 22:30:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4382832 By: nobody I must be missing something. I am sure that I am. Calendar here = Calendar.getInstance(); here.setTimeZone(TimeZone.getTimeZone("GMT")); SimpleDateFormat timestampFormatWithZone = new SimpleDateFormat("yyyy-MM-dd HH:mm zzz"); Date date = timestampFormatWithZone.parse("2007-07-01 08:00 GMT"); here.setTime(date); document.replaceItemValue("SEVDATE", here); Assistance would be appreciated. Thanks, Robert ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=542947 |