Since 4/3/2012 7:43:08 AM, brisco5 has written 4 articles and participated in 0 conversations. brisco5 signature: brisco5
brisco5's articles:
Items(4) /1
SimpleDateFormat parse changes time zone2466 (6/7/2007 9:18:31 PM) comp.lang.java.programmer I'm running into a bizarre problem that appears to only occur inWebLogic.Here's the code I'm using:SimpleDateFormat sdf = new SimpleDateFormat("d MMM yyyy hh:mm:ss a z",Locale.getDefault());Date lDate = sdf.par... brisco5
CalendarDeserializer - Invalid date/time015 (7/19/2006 6:49:59 PM) comp.lang.java.programmer We're sending a SOAP message back to our server which attempts to deserialize it. Problem is there are some elements in there with no values, specifically dates. It looks something like this: 2006-07-19T18:23... brisco5
Detecting which context menu item was selected3128 (6/29/2006 8:54:02 PM) comp.lang.javascript I have a TEXTAREA element. A user right clicks within in to get the context menu and they select "paste". I want my javascript code to know that they selected "paste". I know you can capture the mouse click, ... brisco5
Simple Date Format - milliseconds with more precision516 (3/7/2005 10:23:37 PM) comp.lang.java.programmer I'm using a UDB database, where the timestamp of a Date field returns me dates with milliseconds up to 6 decimals: 2005-02-25 11:50:11.579411 I'm looking for two possible ways to deal with time stamp. 1. I've ... brisco5