The Gregorian calendar is the de facto international civil calendar.

learn more… | top users | synonyms

0
votes
1answer
21 views

tapestry5.3.7 t:grid not working with xmlgregoriancalendar

Imported ejb entity into tapestry project looks like this its in "generated sorces (jax-ws)" import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import ...
0
votes
1answer
89 views

Bad week of year in Java

I have problem with correct week of year. I have JTextField, where I enter date in format DD.MM.YYYY. private void buttonAddCulturalActionActionPerformed(java.awt.event.ActionEvent evt) { ...
0
votes
1answer
54 views

Extracting data from a text file in order to make a Gregorian Calender

Im in a java class online and struggling with an assignment I have no idea how to do my teach asked us specifically: "Create a GregorianCalendar object called dteDate. For year, month, date, hour, ...
2
votes
2answers
84 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 ...
1
vote
2answers
280 views

converting gregorian to hijri date

I want to convert from Gregorian to Hijri(Islamic) date and I need a java class for this converting. I want to give it an Gregorian date in format of "yyyy/mm/dd" as string and it give me the Hijri ...
-1
votes
1answer
79 views

GregorianCalendar returns wrong DAY_OF_WEEK in Java

This code: Calendar calendar; calendar = GregorianCalendar.getInstance(); calendar.set(year, month, day); week_day = calendar.get(Calendar.DAY_OF_WEEK); returns wrong value. For example when ...
0
votes
2answers
62 views

Q&A: How do I figure out what the last day of the month is?

I was trying to write a roll-your-own timezone converter and I needed a way of determining what the last possible day of the month was. Upon some research, I discovered the formulas for finding a leap ...
0
votes
1answer
229 views

Convert Java Gregorian Calendar in Javascript

I have a JSP page with a java variable inside it which name is ${entry.date}, type of this variable is Gregorian Calendar and it places in a loop and generates a table of error log at last. now my ...
1
vote
2answers
496 views

Making a digital clock in Java

I'm making a digital clock for a project and I have four classes: DigitalTimeUI, which is the JFrame class, TitlePanel, DigitPanel, and ColonPanel, which are JPanels for the item stated. When it is ...
1
vote
0answers
98 views

Loop through number of days in hijri month

I am using a class to convert Gregorian to Hijri dates. hdate = hijriToGreg(y, m, d); How do I loop through this to get the number of days in the hijri month? In other words, how can I get the ...
1
vote
4answers
312 views

How to compare XMLGregorianCalendar with only the Date portion (day, month, year)?

I'm developing a webservice integrated with spring-struts web application, in XSD there is a XMLGregorianCalendar type property, let's say the property name is trxDate. In SOAPUI testing ...
2
votes
2answers
96 views

Gregorian Calendar method

I'm trying to create a program which takes two dates as arguments, and returns whether the dates are in the current week or not, but I am having an issue with the call to isDateInCurrentWeek. When I ...
0
votes
1answer
191 views

Java - Calendar / Date difference - Find difference down to seconds

Trying to make a little Countdown program in Java. I am working on the finding the difference between the dates part of the app, and for some reason I am only getting the days. I want the days, ...
4
votes
1answer
60 views

How to map to historically accurate local times in Java when time zone rules change?

I have a database that contains UTC (GMT+0) timestamps. Here is the problem: they refer to billing activity that occurred in the state of Indiana. As some may know, Indiana ... did not observe ...
1
vote
0answers
163 views

Android issue displaying day of week string

I have seen many examples of working with dates in Android using Calendar and GregorianCalendar classes. Recently I came across the following in Android Developers Time documentation: The Time ...
2
votes
1answer
94 views

boost::gregorian::date does not have `set-type` functions?

For example I have a date object: boost::gregorian::date date1(2013,1,31); Now I want to change the day to 1. How to set day to 1?
0
votes
1answer
87 views

java GregorianCalendar adding hour strange behavior

I have a problem with GregorianCalendar so if you please can help me out with it. First I'll give you my code: private String changeClock(String day, String clock, int change) { String time=""; ...
1
vote
1answer
2k views

Specify the date format in XMLGregorianCalendar

I want to use Date in XMLGregorianCalendar format for sending to a web service. The web service expects information in yyyy-dd-mm format. I use the below code to create XMLGregorianCalendar and send ...
2
votes
3answers
89 views

Getting proper day of the week and month

I have an assignment for my classes: The class should have a methods of calculating the number of days between two dates, returns the day of the week and giving the sign of the zodiac for a given ...
0
votes
5answers
457 views

Using GregorianCalendar for a custom date format

I need to parse a custom defined date format, defined in a device that I need to communicate where the date is given as the number of seconds counted from the year 2000. I tried to use ...
0
votes
3answers
1k views

XMLGregorianCalendar to String conversion error

The following code snippet works perfectly for dates with year above 1600 or so. But it gives wrong output for years like 1001, 1500, 1400 etc. Can you explain why? SimpleDateFormat format = new ...
0
votes
0answers
101 views

Java convert local time to DST-less time - with continuallity in switching hour

We have the problem, that we are receiving a time object definded in local time - with DST. Now we store the receive-time in the database as a DST-less timezone. Once in a year we have one hour where ...
2
votes
2answers
195 views

Creating a single timestamp from separate DAY OF YEAR, Year and Time columns in R

I have a time series dataset for several meteorological variables. The time data is logged in three separate columns: Year (e.g. 2012) Day of year (e.g. 261 representing 17-September in a Leap ...
1
vote
3answers
132 views

Is GregorianCalendar.set(field, value + 1) the same as GregorianCalendar.add(field, 1)

For the following snippet GregorianCalendar a = new GregorianCalendar(2009, 11, 10); System.out.println(a.getTime()); // Thu Dec 10 00:00:00 ICT 2009 a.add(Calendar.MONTH, 1); ...
1
vote
1answer
118 views

GregorianCalendar changing my date when my defined time or system time is 12:00 Pm

I am using below code for date time, but when my startTime="12:00 Pm" my eventDate moving next date and also when system time is 12:00 Pm also my date is moving to next date. help me whats wrong in ...
0
votes
0answers
769 views

Converting Gregorian date to Julian Date and then back again (with time)

I'm writing a program that has to convert the current gregorian date and time to a Julian Date and then back to Gregorian gate. Eventually I will need to add the functionality of being able to add ...
1
vote
2answers
164 views

Hijri Date Inserting to the Database

In my database, I used gregorian Date. I want to insert hijri date. How can it be done or is there any problem with it. I used hibernate and JPA. e.g. 2/30/1433 is hijri date. However, february is at ...
0
votes
1answer
852 views

XMLGregorianCalendar to java.sql.Timestamp

I'm working with webservices, inserting records, that return a timestamp value in XMLGregorianCalendar type. I need to transform it in a java.sql.Timestamp value, so I use a function like this. ...
0
votes
2answers
65 views

Java GregorianCalendar lightweight

Is the java.util.GregorianCalendar a lightweight object? In other words, does calling the constructor in a web application setting with each request extract nothing more than a trivial performance ...
0
votes
1answer
134 views

Organise number of days into separate sections for year, months, days, hours. Java

is there a way of organising a number of days calculated by working out the difference between two dates, into different sections e.g. for 364 days it would be: 0 years, 11 months, 30 days, hours, ...
0
votes
0answers
61 views

how to find first and last nsdate of any week in ios? [duplicate]

Possible Duplicate: Current Week Start and End Date Would like to know how to get the First and Last day of any week with the input of current date. For instant, 21 sept minus 1 week will ...
1
vote
1answer
2k views

convert XMLGregorianCalendar to java.sql.Timestamp

I'm trying to assign a XMLGregorianCalendar date to a java.sql.Timestamp var, like this... var1.setTimeStamp(Timestamp.valueOf(var2.getXMLGregorianCalendar().toString())) But apparently, this is ...
0
votes
1answer
532 views

How to get “DateTime.Now” in the Gregorian format when client calendar is non-Gregorian?

How can I get DateTime.Now in Gregorian calender when client calendar is non-Gregorian? My project is a Silverlight with C# code and client default calender is not predicted.
0
votes
3answers
237 views

Creating a Calendar App: Time Storage and Representation

I've been developing a calendar app for iOS which is bugging me with lots of issues. I'm using local notifications for reminders. What is the best way to store event dates, alarm dates or whatever? I ...
0
votes
2answers
572 views

How to convert a Julian day (not date) and Gregorian year to a Gregorian date with PHP?

Here's an PHP example to go from Julian date to Gregorian date: $jd = gregoriantojd(10,3,1975); echo($jd . "<br />"); $gregorian = jdtogregorian($jd); echo($gregorian); Output: 2442689 ...
0
votes
3answers
467 views

Convert jcalendar Date into XMLGregorianCalendar Getting Null Value

i have some problem, i just getting null value from jDateChooser in jCalendar. This method is function to convert java.util.Date into XMlGregorianCalendar : DatatypeFactory df; public ...
1
vote
1answer
775 views

Java - XMLGregorianCalendar Exception

I am working on a web service program that makes calls back and forth in the form of XML. My issue is not with that however. When I run this locally (in Eclipse) on my machine, it seems to work. ...
3
votes
3answers
967 views

Gregorian Calendar GUI - Problems

I have to make a fully function calendar for my into to Java class and I am stuck. I am using GregorianCalendar to get the current day, month, year, etc. I am using JButtons to populate the 42 fields ...
1
vote
1answer
439 views

How to get date set in method of calender type in jsp using jstl?

i am using a executing a query select lastlevel as VERSION,name as DESCRIPTION, TO_DATE(lastdate, 'DDMONYYYY_HH24:MI:SS') as RELEASEDATE from mytable where rownum<=10 here the column lastdate is ...
3
votes
4answers
930 views

Java GregorianCalendar Timezone

I have a weird problem with a Java Gregorian Calendar: SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:S Z"); sdf.setTimeZone(TimeZone.getTimeZone("US/Pacific")); GregorianCalendar ...
2
votes
2answers
260 views

-1469913 days left when calculating reoccurring events in Android

For reoccurring events, I want to show the number of days left until the next occurrence in my Android calendar application. Example: Today: 2012-06-12 Reoccurring event: 19th June => 13 days ...
0
votes
1answer
521 views

Unsure what get(Calendar.DAY_OF_WEEK) returns

My problem can be easily created by the scenario below: //create a gregorian calendar object that set the date and time as 4th June 2012 at 10:30PM Calendar calendar = new GregorianCalendar(2012, ...
0
votes
2answers
169 views

Dates in One Reports are being shown in Hijri(Arabic system for Calender) for only one pc

Using rdlc, SQL Server and C#, the dates in only one report being shown in Hijri (other reports are being shown in Gregorian calendar), for only on PC in the network while for other PCs all reports ...
0
votes
4answers
2k views

Using GergorianCalendar with SimpleDateFormat

So I've been racking my brain over this (should-be) simple exercise to make the program turn a date string into a GregorianCalendar object, format it, and return it again as a string when it's done. ...
1
vote
2answers
1k views

how to convert dateTime type to gregorianCalendar

I am getting time in string like this "2011-02-27T10:03:33.099-06:00" which is of xml dateTime type. I also have timezone of TimeZone type. How should I convert the dateTime to GregorianCalendar java ...
2
votes
4answers
850 views

Incompatible types - found java.lang.String but expected int, in java

Displays the date 100 days from today, the day you were born, and the date 10,000 days after your birth date. I've done all that, but i want to take it a step further, i want the user to be able to ...
0
votes
1answer
296 views

How to use GregorianCalendar to calculate UTC from year and day of year?

Basically I got some Year, Day of Year values. I would like to calculate the UTC in minutes from these values. I tried using GregorianCalendar, but I cant get this to work. It would be nice if I just ...
20
votes
3answers
937 views

What happened between March 28th and March 29th, 1976 with the java.util.GregorianCalendar?

Trying to use the GregorianCalendar, I got stuck on a singularity while computing the number of days since a particular date. In the scala interpreter, I entered : scala>import ...
0
votes
1answer
1k views

Gregorian calendar Day_Of_Week returns wrong day [duplicate]

Possible Duplicate: Java Calendar Setting Incorrectly i have this code: GregorianCalendar cal = (GregorianCalendar) GregorianCalendar.getInstance(Locale.FRENCH); ...
0
votes
2answers
323 views

GregorianCalendar and SQLite

I'm trying to setup a RPG that will keep track of a virtual time. After some reading GregorianCalendar seems to be the best way to do this but I have some questions and hoping someone with experience ...

1 2 3