- Q When an object like cube or sphere is seen along x, y, z axis we get the same.Apart from these suggest another object which has similar characteristics as that mentioned above?
- Q From early Greek meaning 'a living together' what word refers to two organisms interacting together for mutual benefit, usually for long time, for example a bee and a flower, and figuratively also to people?
- Q What are two different types of remote object creation mode in .net?
- Q Expand EI
- Q What models exist related to effective public-private-community partnerships in education for ICT equipment provision and maintenance?
- Q There are 3 societies A,B,C having some tractors each. A Gives B and C as many tractors as they already have. After some days B gives A and C as many tractors as they have. After some days C gives A and B as many tractors as they have. Finally each has 24 tractors.what is the original No.of tractors each had in the beginning?
- Q Who founded the ‘East India Association’?
- Q Give an account of the Public Health importance of E.coli 0157 infection in the UK. Include in your answer the sources of the organism for man and possible methods of control.
- Q How would you define edi?
- Q Who was the half-brother of Dhruva?
- Q What are the different phases involved in cloud computing architecture?
Answers
Here is a list of the methods used with Date and their description.
Date(): Returns today's date and time
getDate(): Returns the day of the month for the specified date according to local time.
getDay(): Returns the day of the week for the specified date according to local time.
getFullYear(): Returns the year of the specified date according to local time.
getHours(): Returns the hour in the specified date according to local time.
getMilliseconds(): Returns the milliseconds in the specified date according to local time.
getMinutes(): Returns the minutes in the specified date according to local time.
getMonth(): Returns the month in the specified date according to local time.
getSeconds():Returns the seconds in the specified date according to local time.
getTime(): Returns the numeric value of the specified date as the number of milliseconds since January 1, 1970, 00:00:00 UTC.
getTimezoneOffset(): Returns the time-zone offset in minutes for the current locale.
getUTCDate(): Returns the day (date) of the month in the specified date according to universal time.
getUTCDay(): Returns the day of the week in the specified date according to universal time.
getUTCFullYear(): Returns the year in the specified date according to universal time.
getUTCHours(): Returns the hours in the specified date according to universal time.
getUTCMilliseconds(): Returns the milliseconds in the specified date according to universal time.
getUTCMinutes(): Returns the minutes in the specified date according to universal time.
getUTCMonth(): Returns the month in the specified date according to universal time.
getUTCSeconds(): Returns the seconds in the specified date according to universal time.
getYear(): Deprecated - Returns the year in the specified date according to local time. Use getFullYear instead.
setDate(): Sets the day of the month for a specified date according to local time.
setFullYear(): Sets the full year for a specified date according to local time.
setHours(): Sets the hours for a specified date according to local time.
setMilliseconds(): Sets the milliseconds for a specified date according to local time.
setMinutes(): Sets the minutes for a specified date according to local time.
setMonth(): Sets the month for a specified date according to local time.
setSeconds(): Sets the seconds for a specified date according to local time.
setTime(): Sets the Date object to the time represented by a number of milliseconds since January 1, 1970, 00:00:00 UTC.
setUTCDate(): Sets the day of the month for a specified date according to universal time.
setUTCFullYear(): Sets the full year for a specified date according to universal time.
setUTCHours(): Sets the hour for a specified date according to universal time.
setUTCMilliseconds(): Sets the milliseconds for a specified date according to universal time.
setUTCMinutes(): Sets the minutes for a specified date according to universal time.
setUTCMonth(): Sets the month for a specified date according to universal time.
setUTCSeconds(): Sets the seconds for a specified date according to universal time.
setYear(): Deprecated - Sets the year for a specified date according to local time. Use setFullYear instead.
toDateString(): Returns the "date" portion of the Date as a human-readable string.
toGMTString(): Deprecated - Converts a date to a string, using the Internet GMT conventions. Use toUTCString instead.
toLocaleDateString(): Returns the "date" portion of the Date as a string, using the current locale's conventions.
toLocaleFormat(): Converts a date to a string, using a format string.
toLocaleString(): Converts a date to a string, using the current locale's conventions.
toLocaleTimeString(): Returns the "time" portion of the Date as a string, using the current locale's conventions.
toSource(): Returns a string representing the source for an equivalent Date object; you can use this value to create a new object.
toString(): Returns a string representing the specified Date object.
toTimeString(): Returns the "time" portion of the Date as a human-readable string.
toUTCString(): Converts a date to a string, using the universal time convention.
valueOf(): Returns the primitive value of a Date object. Your Comment
Date(): Returns today's date and time
getDate(): Returns the day of the month for the specified date according to local time.
getDay(): Returns the day of the week for the specified date according to local time.
getFullYear(): Returns the year of the specified date according to local time.
getHours(): Returns the hour in the specified date according to local time.
getMilliseconds(): Returns the milliseconds in the specified date according to local time.
getMinutes(): Returns the minutes in the specified date according to local time.
getMonth(): Returns the month in the specified date according to local time.
getSeconds():Returns the seconds in the specified date according to local time.
getTime(): Returns the numeric value of the specified date as the number of milliseconds since January 1, 1970, 00:00:00 UTC.
getTimezoneOffset(): Returns the time-zone offset in minutes for the current locale.
getUTCDate(): Returns the day (date) of the month in the specified date according to universal time.
getUTCDay(): Returns the day of the week in the specified date according to universal time.
getUTCFullYear(): Returns the year in the specified date according to universal time.
getUTCHours(): Returns the hours in the specified date according to universal time.
getUTCMilliseconds(): Returns the milliseconds in the specified date according to universal time.
getUTCMinutes(): Returns the minutes in the specified date according to universal time.
getUTCMonth(): Returns the month in the specified date according to universal time.
getUTCSeconds(): Returns the seconds in the specified date according to universal time.
getYear(): Deprecated - Returns the year in the specified date according to local time. Use getFullYear instead.
setDate(): Sets the day of the month for a specified date according to local time.
setFullYear(): Sets the full year for a specified date according to local time.
setHours(): Sets the hours for a specified date according to local time.
setMilliseconds(): Sets the milliseconds for a specified date according to local time.
setMinutes(): Sets the minutes for a specified date according to local time.
setMonth(): Sets the month for a specified date according to local time.
setSeconds(): Sets the seconds for a specified date according to local time.
setTime(): Sets the Date object to the time represented by a number of milliseconds since January 1, 1970, 00:00:00 UTC.
setUTCDate(): Sets the day of the month for a specified date according to universal time.
setUTCFullYear(): Sets the full year for a specified date according to universal time.
setUTCHours(): Sets the hour for a specified date according to universal time.
setUTCMilliseconds(): Sets the milliseconds for a specified date according to universal time.
setUTCMinutes(): Sets the minutes for a specified date according to universal time.
setUTCMonth(): Sets the month for a specified date according to universal time.
setUTCSeconds(): Sets the seconds for a specified date according to universal time.
setYear(): Deprecated - Sets the year for a specified date according to local time. Use setFullYear instead.
toDateString(): Returns the "date" portion of the Date as a human-readable string.
toGMTString(): Deprecated - Converts a date to a string, using the Internet GMT conventions. Use toUTCString instead.
toLocaleDateString(): Returns the "date" portion of the Date as a string, using the current locale's conventions.
toLocaleFormat(): Converts a date to a string, using a format string.
toLocaleString(): Converts a date to a string, using the current locale's conventions.
toLocaleTimeString(): Returns the "time" portion of the Date as a string, using the current locale's conventions.
toSource(): Returns a string representing the source for an equivalent Date object; you can use this value to create a new object.
toString(): Returns a string representing the specified Date object.
toTimeString(): Returns the "time" portion of the Date as a human-readable string.
toUTCString(): Converts a date to a string, using the universal time convention.
valueOf(): Returns the primitive value of a Date object. Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More Software Questions..
What is the inputsplit in map reduce software?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is software configuration management?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How can you implement fine-grained auditing?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is IBM’s simple explanation for Big Data’s four critical features?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What does the NULLIF function do?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What happens if a start method is not invoked and the run method is directly invoked?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
what is the difference between mysql_fetch_array and mysql_fetch_object?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How will XML affect my document links?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Why to use Style Sheets?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are Filters in MVC?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Can you explain Application layer in OSI model?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How to define new testplan attributes?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Which oracle package is used to manage the oracle lock management services?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is marker interface?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What types of partitioning are there for BW?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,