The Gregorian calendar is the de facto international civil calendar.
I have a program that needs to start on 1/1/09 and when I start a new day, my program will show …
java date gregorian-calendarHow can I display only the last two digits of the current year without using any substring algorithms or any …
java date-formatting gregorian-calendarI'm new to this site and I have just started learning Java. I'm trying to add couple days to the …
java date gregorian-calendarI want to convert a custom Gregorian date to Persian date in C#. For example, i have a string with …
c# date gregorian-calendar date-conversion persianI'm making a digital clock for a project and I have four classes: DigitalTimeUI, which is the JFrame class, TitlePanel, …
java swing gregorian-calendarI had a look at the java api about GregorianCalendar and did not see any way of setting the am/…
java time gregorian-calendarI'm trying to assign a XMLGregorianCalendar date to a java.sql.Timestamp var, like this... var1.setTimeStamp(Timestamp.valueOf(var2.…
java date timestamp gregorian-calendarI have a date and I need to know the day of the week, so I used a GregorianCalendar object …
android date calendar gregorian-calendarI want to convert from Gregorian to Hijri(Islamic) date and I need a java class for this converting. I …
java date gregorian-calendar date-conversion hijriWhat might be the difference between getting datetime using Calendar.getInstance() vs new GregorianCalendar() ?
java calendar gregorian-calendar