1
vote
3answers
50 views

What is the date format of this given date

I have the following date 2013-01-31T00:00:00-07:00 what is the date time format in this date. what T is for ?
3
votes
1answer
77 views

Java date parsing issue

I have an exception in parsing a date from a string: java.text.ParseException: Unparseable date: "16 May 2013 19:27:12" (at offset 3) but i think that i'm using the right pattern: ...
0
votes
2answers
38 views

Getting current time of Denmark

I am using following method for getting current time in HH:MM format. SimpleDateFormat dateFormat = new SimpleDateFormat("HH:mm"); try { OpenTime = dateFormat.parse(open_t); ...
1
vote
1answer
37 views

how to pass date from android application to .net webservice

I have been working hard to build an android app to send Date to .Net Webservice. The webservice does a simple insert statement to insert the data into the database. I have tried many thing and ...
0
votes
2answers
48 views

Add H:M:S value on DateTime field

How to add HOURS:MINUTES:SECONDS value on DateTime field? On example I want in my field which contains dimetime value to add (sum) with string value which contains value in HH:MM:SECONDS. ReportDate ...
0
votes
3answers
59 views

Java: Time drift

I've got a class that acts as Clock from a time in the past, that can be played back at different speeds. In my example code below I am playing back at 60x. I'm noticing that the time drifts by a ...
0
votes
3answers
68 views

Parser Exception for format EEEE, MMMM d, YYYY h:mm:ss a z

I'm getting parser exception on trying to parse string value: "Thursday, July 27, 2006 10:10:02 PM PST" To format: "EEEE, MMMM d, YYYY h:mm:ss a z" This is the program sample: ...
2
votes
4answers
52 views

datetime in sql changes to just date in my application

I have a column in my table from type datetime, I am retrieve that column to my java application using jdbc. my problem is that when I stored 2014-05-13 23:49:18.150 in my database, it becomes ...
-3
votes
2answers
61 views

Increment Time by one second in a loop

Here is a simple test: I am trying to increment current timestamp by 1 second in a loop. The output is not what I expect. public class TimeTest { public static void main(String[] args) { ...
2
votes
2answers
33 views

Compute the unix timestamp for the previous midnight

How can you, in Java, compute the unix timestamp truncated to midnight? PHP examples show making strings and then parsing them back. There has to be a cleaner way to do it in Java than that, surely? ...
2
votes
1answer
43 views

Round down a DateTime based on a given Period using Joda-Time

Given a period such as 3 days, or 5 weeks (a period with only one field type), I want to round a given DateTime to the nearest unit of that period (i.e, ignore the 5 in '5 days'). Examples: Example ...
0
votes
0answers
25 views

Set datetime to XMLGregorianCalendar

Please, help me to set "2012-01-01T00:00:00.000+04:00" to XMLGregorianCalendar variable GregorianCalendar gc = new GregorianCalendar(); gc.setTime(2012-01-01T00:00:00.000+04:00); XMLGregorianCalendar ...
-1
votes
3answers
55 views

Creating a DateTime from two other dates

Basically I want to see if someones birthday is within 3 months of todays date. I am going to use Days to do this and just say "90" days. My thoughts are as follows: I will set a new datetime as ...
0
votes
1answer
57 views

Android Adding DATE (now) to SQLite database

Currently my SQLite database is working great, I have read up on various methods such as this one to achieve this, though currently I am having issues with setting up the Date constructor and also how ...
1
vote
1answer
28 views

JSpinner.DateEditor 5 minute jump

I have a timepicker looking like this: JSpinner timePicker = new JSpinner(new SpinnerDateModel()); JSpinner.DateEditor timeEditor = new JSpinner.DateEditor(timePicker, "HH:mm"); ...
0
votes
0answers
44 views

Unable to fetch result based on date range query

I want to fetch the record from HSQL database and query is as below: ao.find(IssuesAD.class, Query.select().where("user=? AND (START_TIME = ? OR END_TIME = ? OR (convert(START_TIME,DATE) < ...
0
votes
1answer
57 views

Expecting difference of dates in number of months and days?

I have to find the difference between two dates in months and days. I tried Google, but I only found the difference in months and days. But I'm expecting difference in months and days. Eg: 01 April ...
0
votes
3answers
66 views

Set a String variable to a Date object in java

I want to set a hand written String as the date for a Date object. What I'm trying to say is that I want to do is this: String date= [date string here!!!]; Date mydate = new Date(date); Something ...
2
votes
4answers
130 views

How to reduce one month from current date and stored in date variable using java?

How to reduce one month from current date and want to sore in java.util.Date variable im using this code but it's shows error in 2nd line java.util.Date da = new Date(); da.add(Calendar.MONTH, -1); ...
0
votes
2answers
64 views

Date time parse in java

I have a trouble with parsing date time in java, I have a strange date time format. How can I parse 2013-04-03T17:04:39.9430000+03:00 date time in java to format dd.MM.yyyy HH:mm in java?
1
vote
0answers
62 views

Date change when converting from XMLGregorianCalendar to Calendar

When testing out a program that maps dates from specific types, and noticed that sending any date before the Gregorian calendar start time resulted in a loss of accuracy when casting to the final ...
1
vote
0answers
51 views

How can I convert timezone of one City to another?

I want to convert timezone of one city to another, using Joda DateTime, the process is straight forward, but I have a problem. I am referring to Joda Database and I am unable to locate specific ...
0
votes
0answers
38 views

How to get dates of more than 1 weekday on some date interval on weekly basis

I have two LocalDates that represent some time interval. Now i have to get LocalDates of more than one weekday on a weekly basis for given date range. Date ranges are in months Whats the easiest and ...
0
votes
1answer
42 views

Convertion from unix time to Calendar - there is a one hour inconsistency

I have written this method to convert unix time to a calendar object: /** * Converts Unix time to Calendar instance. */ public static Calendar unixToCalendar(long unixTime){ Calendar ...
0
votes
1answer
47 views

Date comparison failure [closed]

I wrote an annotation to check if a date is in the future and this is the ivValid implementation: public boolean isValid( Date date, ConstraintValidatorContext constraintValidatorContext ) { ...
-2
votes
0answers
42 views

How to construct a JTree in Java, from datetime string array?

I have a date-time string array, with about 140.000 elements: 20121231235959 19920119121256 I can construct a tree from these, with first rendering them to a TreeMap, then from the multidimensional ...
1
vote
1answer
42 views

Simple Date Format parsed then formatted date didn't match

I've run into a strange behavior of SimpleDateFormat, i don't know how to deal with. I need to parse a date in a specific format (Day of Week, then day, then Month, then Year, Then time). However, ...
2
votes
2answers
109 views

Java SimpleDateFormat parse returning the wrong day

I'm trying to parse a string in the format of "Monday, May 15 at 1:00 PM" into a datetime so that i can enter it into a database. However the parse isnt returning the right day when i'm testing this ...
1
vote
0answers
75 views

How programmatically change time and date at linux (ubuntu) by Java?

Anybody know how programmatically change system time and date at linux (ubuntu) by Java ? I'm two days looking for decision for this but not yet find... I tried use Date(), SimpleDateFormat() and ...
0
votes
1answer
43 views

Netbeans Database datetime issue

The error message I'm getting when I compile this is "The syntax of the string representation of a datetime value is incorrect" When the date object is being passed in from the History ArrayList, ...
0
votes
3answers
111 views

Do Java system milliseconds take account of leap seconds?

The java function System.currentTimeMillis() apparently returns the number of seconds since 1st January 1970. However, according to wikipedia.org/wiki/Leap_second, since 1972 there have been 25 leap ...
0
votes
0answers
140 views

jqGrid date formatter from java.sql.timestamp to dd/mm/yyyy and hh:mm

I would ask if someone have a solution to format my dates. I save in my database 2 Dates. First one is: startingDate | yyyy-MM-dd 00:00:00.000 Second one: startingHour | 1899-12-30 HH:mm:00.000 ...
1
vote
1answer
37 views

update Joda DateTime objet

Let's say I have a Joda DateTime object, represented by the following pattern "MMM d, yyyy / HHmm" Is there a way to update the DateTime "Day part" or "Time part" independently from two strings ? ...
1
vote
1answer
56 views

DST_OFFSET changes when it should not

I am trying to run below code. I define a timezone with dst starting from 4th Sunday March 2 am and end it on 5th Sunday March 2 am. SimpleTimeZone st = new SimpleTimeZone(-18000000, "DSTTesting", ...
1
vote
3answers
78 views

Java Datetime with Timezone format

I am currently using SimpleDateFormat to create a datetime value in the format yyyy-MM-dd HH:mm:ss. Here is my code: Date date = new SimpleDateFormat("yy-M-d H:m:ss").parse(datetime); ...
2
votes
2answers
88 views

Convert date between java and .net - 2 days off

I need to transform a .NET DateTime to an equivalent Java Calendar representation. The .NET DateTime uses Ticks since Jan 1st 0001 (the .NET epoch) as the underlying representation. The Java ...
0
votes
1answer
84 views

Date Difference in days and time

I have two dates: Date dt1 = new Date("04/11/2013 11:00:00");//date Date dt2 = new Date("04/12/2013 11:00:00"); Then I process with this code to know how much week between dt1 and dt2 double ...
0
votes
2answers
94 views

Convert epoch to Date

I want to get Today's date in epoch or milisecs, but with the time part set to start of today i.e. 24:00(midnight) For example At the moment time is 10-APR-2013 17:56:44.455 which in mili-seconds ...
1
vote
1answer
77 views

Parsing long date in Android with SimpleDateFormat [duplicate]

How should I configure SimpleDateFormat in order to be able to parse the following date: Thu, 4 Apr 2013 00:00:00 CET I tried: new SimpleDateFormat("EEE dd MMM yyyy HH:mm:ss z"); But it got the ...
-5
votes
2answers
56 views

Change from Date to calendar [duplicate]

I have the following code ,how should I change it from date to return type calendar ? Date date = new Date(); SimpleDateFormat parsedDate = new SimpleDateFormat("yyyy-mm-dd"); // ...
2
votes
5answers
102 views

How to subtract two joda datetimes? [duplicate]

I know this isn't "the way it's supposed to work", but still: If you have two DateTime objects, what's a good way to subtract them? Convert them to Date objects? DateTime start = new DateTime(); ...
0
votes
3answers
73 views

Time Conversion

I have a time in a string in the following format. "MM/dd/yyyy hh:mm AM/PM" I need to get the time in 24:00 hours format ex: String str = "04/30/2013 10:20PM" I need to get the time as 22:20
0
votes
2answers
87 views

getting number format exception?

I am facing a problem. I am receiving all contacts and their recent calldates but when i tried to convert the calldate to date format, it throws NumberFormatException when value of long =null. I ...
0
votes
1answer
81 views

Jodatime timezone conversion

I'm using the Joda time to validate timestamp with time zone. When I passed invalid date or time it worked as expected. For example, when I pass 99 as seconds it gave the following error: Exception ...
0
votes
2answers
45 views

getDateTime from ResultSet java

I have two columns which store DateTime values in a MySql database, When I try to get them from a ResultSet in Java there is no option: getDateTime() Should I use getDate() or wouldn't that work? ...
0
votes
0answers
33 views

Detecting System Time Edits

I want to know whether system time in Mac OS X is changed by the user or not ? Is there any way to detect it? A Java solution would be preferred, but I will accept any. Actually, I need to reset a ...
0
votes
1answer
139 views

How to Instantiate Joda DateTime from TimeZone String ID and Epoch

I am taking a look at the Joda Time library. I am trying to figure out how to construct a DateTime object given an epoch time stamp and a timezone. I am hoping that allows me to find the day of ...
0
votes
1answer
142 views

Reading time values from spreadsheet using poi api

I am trying to read a date column and a time column from a spreadsheet. I am able to retireve the date column from the sheet, but not the time column. For example, my sheet will have rows of the ...
0
votes
1answer
43 views

puzzle in datetime parse without year

I want to parse some String into Date, and format the Date into String in another style. When parsing some datetime String without year, I found the following puzzles. I have two different input ...
2
votes
2answers
120 views

Why does joda DateTimeZone's getOffset() method require an “instant”?

What I'm trying to do: From a DateTimeZone object, I'm trying to get the GMT offset in milliseconds. Example: DateTimeZone gmt= // somehow get gmt zone object long offset = gmt.getOffsetSomehow(); ...

1 2 3 4 5 18