Enter Keywords:
1 - 10 of 15(0.011 seconds)
Sort By:
 
I have one frustrating problem. I can't use webmail and belive that is some kind of permission problem. I've started the sendmail with LogLevel=30. My maillog shows this when I click the send-bu...
Zones: SendmailDate Answered: 09/14/2003 Rating: 6.8 Views: 4
i am still confused. Hope my code and situation can be sovled. **** //it's a string consist of dd/MM/yyyy date format String ida= request.getParameter("InsDateA"); //Declare and initiate ...
Zones: JSPDate Answered: 12/18/2003 Rating: 8.2 Views: 15
I have this:                SimpleDateFormat sdf =  new SimpleDateFormat("MMM dd HH:mm");                 date = sdf.parse("Jul 12 12:12"); And the result is: java.text.ParseException: Unparse...
Zones: JavaDate Answered: 07/18/2005 Rating: 7.8 Views: 0
I have a bug in my program and i can't figure out the reason.  I sent an arraylist to the function.  I print the content of the array list and it is fine but when I try to assign the contents of th...
Zones: JavaDate Answered: 11/29/2005 Rating: 9.0 Views: 0
hi all i am passing a sring to a date function, but whenn i'm converting the date to a long and parsing it to a date i'm getting an exception can anyone help String s = "2005-11-29 10:...
Zones: JavaDate Answered: 01/08/2006 Rating: 8.0 Views: 0
Hi there Why is the following coming up as an unparsable date? Date from = new Date(); Date to = new Date(); DateFormat df = DateFormat.getDateInstance(); rs = stmt.executeQuery("select ...
Zones: JSPDate Answered: 12/09/2005 Rating: 9.6 Views: 0
hi guys I have this code public class CustomValidator {  public static boolean compareFromToDate()              {                   boolean flag=true;                    DynaValidatorForm searchform = (DynaValidatorForm) ses...
Zones: JavaDate Answered: 04/03/2007 Rating: 9.2 Views: 0
I know how to take a standard URL-encoded string and convert it...   $value =~ tr/+/ /;   $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ...but how do I convert the other way? In oth...
Zones: PerlDate Answered: 09/08/1997 Rating: 6.4 Views: 0
i am writing a java code to compare my system date with the stored date. I have both the dates in string format. Whenever i try to convert them into date format for comparison, it gives me an error...
Zones: JavaDate Answered: 07/13/2003 Rating: 8.6 Views: 0
I have four excel files that have the same columns in the same order and very similar data. The only difference between these four files that these four files came from four different regions of ou...
Zones: MS AccessDate Answered: 10/15/2004 Rating: 8.8 Views: 0