Advertisement

1 - 10 of 41 containing alltags:("java dates") (0.003 seconds)
how do u guys convert a string to a date data type in java? (in yyyymmdd format) char by char? or is there a function i can use in one of java api's?
Zones: JavaDate Answered: 09/07/2000 Grade: A Views: 0
I have several questions regarding to the Date in java. 1. I wuould like to know how do I get the current day(system date) in the format of yyyy-mm-dd. Because I have to make comparsion with th...
Zones: JavaDate Answered: 03/29/2002 Grade: A Views: 0
Hi I have three intergers . They means year , month , day . And I have a Date variable . In Date's constructure : public Date(long date) Constructs a Date object using the given milliseconds ...
Zones: JavaDate Answered: 11/18/2005 Grade: B Views: 0
i have a text file that gives me a date and i pull it in as a string.   Unfortunately the string is in this format ddMMMyy which is being a real pain to parse. What i have done is set up the date ...
Zones: JavaDate Answered: 01/10/2006 Grade: A Views: 0
hello there, i have this persian date which i have to convert to Gregorian which works fine.now i need to save the date in the db.how can i do it PreparedStatement ps = connect.prepareStateme...
Zones: JavaDate Answered: 01/06/2008 Grade: A Views: 0
I have the code in ASP the below, transid=CLng(DateDiff("s", "01/01/1970 00:00:00", Now)) how do I conver this in java? i am doing some conversion process on the project ...
Zones: Java, ASP, JSPDate Answered: 05/07/2008 Grade: A Views: 4
when java is running on Windows, does new Date() get its time from the system clock? if not, where then?
Zones: JavaDate Answered: 10/16/2007 Grade: A Views: 0
Can anybody recommen  good date utlities in java as aI find using the gregarian calendar class pretty painfule. For example I want o subtract two dates in different formats etc etc. Is ther anythi...
Zones: JavaDate Answered: 11/30/2000 Grade: A Views: 0
hi,   i wanted to know how do you calculate the number of days between two dates in java ? i get both the dates from the database. i guess there are many issues like leap year and Febuary having d...
Zones: JavaDate Answered: 07/27/2003 Grade: A Views: 90
the Data in SQL has the format (mm/dd/yy). I want to compare the SQL data with Current System Date in JAVA. what's the query for that..?? Regards
Zones: JavaDate Answered: 09/20/2003 Grade: A Views: 135