hi all,

This is my first mail to the group. My name is Pardha Saradhi. 

The code is as shown below.

 String lNotificationDate =
StringUtil.noNull(pReq.getParameter("otificationDate"));
DateFormat lDate1 = new SimpleDateFormat();
        try {
            lNDate1 = lDate1.parse(lNotificationDate);
        } catch (ParseException e) {
            Util.p3("Unable to parse " + lNotificationDate);
        }

finally, lNDate1 returns null instead of some date.

please revert back me with solution.

thans & regards
Pardha Saradhi

_______________________________________________
Java mailing list
[email protected]
http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org

Reply via email to