Program showing Calendar

Program showing Calendar

package chapter6;

import java.util.Calendar; import java.util.Date; import java.util.Locale;

/** * * @author Dell */ public class dateCurr { public static void main(String[] args) { Date d=new Date(1331096367952L);

    System.out.println(d.toString());
 //   System.out.println(d.getTime());


    Calendar c=Calendar.getInstance();
    c.setTime(d);

    if(Calendar.SUNDAY == c.getFirstDayOfWeek())
        System.out.println("Sunday is first day of week");

   System.out.println("trillionth milli day of week in month  "+c.get(Calendar.DAY_OF_WEEK_IN_MONTH));

   System.out.println("\ndays in week  "+c.get(Calendar.DAY_OF_WEEK)+"\nDays in year "+c.get(Calendar.DAY_OF_YEAR));

    c.add(Calendar.YEAR, 4);
    Date d1=c.getTime();
    System.out.println("new date"+d1.toString());
}

}

OUTPUT:

run: Wed Mar 07 10:29:27 IST 2012

Sunday is first day of week

trillionth milli day of week in month 1

days in week 4

Days in year 67

new dateMon Mar 07 10:29:27 IST 2016 BUILD SUCCESSFUL (total time: 0 seconds)

View Answers









Related Tutorials/Questions & Answers:
why the program is showing error?
why the program is showing error?  <%@page import="java.sql.*"%> <% try{ Connection conn = null; Class.forName...; It is showing the error: An error occurred at line: 33 in the jsp file
Java Program - Date Calendar
Java Program  A java program that display calendar.  Hi Friend, Try the following code: import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import java.util.
Advertisements
Calendar window is not showing the textbox values for the Dynamic rows in html page - Java Interview Questions
Calendar window is not showing the textbox values for the Dynamic rows in html page  My code is here now.When i click on calendar ,value is not showing in textbox please help to me it is very urgent for me Add
please please i wanna insertion sort program find calendar to array value (1000,5000,10000), please help me
Insertion sort program find calendar to array value 1000,5000,10000  program find calendar for insertion sort in jfram to array 1000
calendar
calendar  I got one requirement like this i have to display a calendar with only current month and whenever user selects the date, that date needs to be display in a text field
calendar
calendar  sir, how to fix calendar in javascript..pls provide the complete source code..   Please visit the following link: http://www.roseindia.net/javascript/javascript-calendar.shtml
Draw Calendar in SWT
Draw Calendar in SWT       This section illustrates you how to draw  a calendar in SWT, showing current date. SWT allows to create Calendar by using the java.util.Calendar class
calendar - Date Calendar
Creating a Date calendar in Java  I am looking for a code for Creating a Date calendar in Java
Showing div at the center of the webpage
Showing div at the center of the webpage  Showing div at the center of the webpage
calendar - Struts
Java calendar example  Please explain the Java calendar example
(Displaying a calendar in GUI
(Displaying a calendar in GUI  (Displaying a calendar) Write a program that displays the calendar for the current month, as Use labels, and set texts on the labels to display the calendar."The Calendar and GregorianCalendar
ModuleNotFoundError: No module named 'Calendar'
ModuleNotFoundError: No module named 'Calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'Calendar' How to remove the ModuleNotFoundError: No module named 'Calendar
j2me code - Date Calendar
j2me code  how to write a calendar program using alert
showing the information of database in textbox
showing the information of database in textbox  how to make a information of a database make appear to the user in the textbox
calendar js
calendar js  there are two calendar on form and i want that once date chosen from first calendar , the second calendar should be disabled till that date. for eg once i have chosen date 21-03-2012 from first calendar
compiled but showing below error
compiled but showing below error  Good morning, By using axis api, am getting the following error but the wsdl file is generating. what is the mistake I done. Unable to find required classes (javax.activation.DataHandler
hibernate record not showing in database - Hibernate
hibernate record not showing in database  session =sessionFactory.openSession(); //inserting rocords in Echo Message table...)); //It showing on console Records inserted 21 But not showing in database
jframe background color not showing
jframe background color not showing  jframe background color is not showing. please suggest.   Just add the background color to JPanel and then add it to JFrame. For example .. JFrame myFrame = new JFrame(); JPanel
Calendar
Calendar       In this section we are displaying the days of  a specific month and the calendar... is leap or not. Description of program: ADS_TO_REPLACE_1 In the given example
Java Calendar !?
Java Calendar !?  I need to create a Java Calendar in an Applet. The calendar displays months (jan - dec) in a 3x4 grid ... jan feb march \n april.... so if a user picks the year 2000 show the calendar from that year. So how do i
Java Coding - Date Calendar
1,2005, your program should display the calendar for each month in the year...Java Coding  Write a program that prompts the user to enter the year and first day of the year and displays the calendar for the year on the console
Java Calendar issue - Date Calendar
Java Calendar issue  Hi I have having weird situation with java Calendar, its driving me crazy. My requirenment is that i got a xml schema element that accepts only Calendar Type Say element 2011-09-25T13:00:00 Say
class Calendar - Java Beginners
class Calendar  Design the class Calender so that the program can print a calendar for any month starting Junuary 1,1500.Note that the day... Calendar,include the following operations: a.Determine the first day
ModuleNotFoundError: No module named 'cubicweb-calendar'
ModuleNotFoundError: No module named 'cubicweb-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'cubicweb-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'gpke-calendar'
ModuleNotFoundError: No module named 'gpke-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'gpke-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'kotti_calendar'
ModuleNotFoundError: No module named 'kotti_calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'kotti_calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'panya-calendar'
ModuleNotFoundError: No module named 'panya-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'panya-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'production-calendar'
ModuleNotFoundError: No module named 'production-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'production-calendar' How to remove the ModuleNotFoundError
ModuleNotFoundError: No module named 'Py-Calendar'
ModuleNotFoundError: No module named 'Py-Calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'Py-Calendar' How to remove the ModuleNotFoundError: No module named 'Py
ModuleNotFoundError: No module named 'pycopy-calendar'
ModuleNotFoundError: No module named 'pycopy-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'pycopy-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'pyunit-calendar'
ModuleNotFoundError: No module named 'pyunit-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'pyunit-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'sangreal-calendar'
ModuleNotFoundError: No module named 'sangreal-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'sangreal-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'telebot-calendar'
ModuleNotFoundError: No module named 'telebot-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'telebot-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'walmart-calendar'
ModuleNotFoundError: No module named 'walmart-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'walmart-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'weekly-calendar'
ModuleNotFoundError: No module named 'weekly-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'weekly-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'working-calendar'
ModuleNotFoundError: No module named 'working-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'working-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'acp-calendar'
ModuleNotFoundError: No module named 'acp-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'acp-calendar' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'aturan-calendar'
ModuleNotFoundError: No module named 'aturan-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'aturan-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'brymck-calendar'
ModuleNotFoundError: No module named 'brymck-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'brymck-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'business_calendar'
ModuleNotFoundError: No module named 'business_calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'business_calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'calendar-api'
ModuleNotFoundError: No module named 'calendar-api'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'calendar-api' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'calendar-cli'
ModuleNotFoundError: No module named 'calendar-cli'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'calendar-cli' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'calendar_hs'
ModuleNotFoundError: No module named 'calendar_hs'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'calendar_hs' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'cubicweb-calendar'
ModuleNotFoundError: No module named 'cubicweb-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'cubicweb-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'deylami-calendar'
ModuleNotFoundError: No module named 'deylami-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'deylami-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'gnuhealth-calendar'
ModuleNotFoundError: No module named 'gnuhealth-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'gnuhealth-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'jmbo-calendar'
ModuleNotFoundError: No module named 'jmbo-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'jmbo-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'aturan-calendar'
ModuleNotFoundError: No module named 'aturan-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'aturan-calendar' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'cubicweb-calendar'
ModuleNotFoundError: No module named 'cubicweb-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'cubicweb-calendar' How to remove the ModuleNotFoundError: No module
ModuleNotFoundError: No module named 'micropython-calendar'
ModuleNotFoundError: No module named 'micropython-calendar'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'micropython-calendar' How to remove the ModuleNotFoundError

Ads