answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How does Java Script store date in a date object?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the state of an object in java?

Each Java object has varaibles - which in this case are called fields. They store information about the object. For example, a class to store a date might have "fields" to store the day, the month and the year. The values stored in these fields are collectively called the object's "state".


What are the examples of Java script?

validation of forms, date & time.


Example of multilevel inheritance program in java having HAS-A relation?

Just create a class that has two fields of object type. For example, to store data about a person, you might store a name (String object) and a birth date (Date or Calendar object).


How can redirect based on date month java script?

i have tried the following <script type="text/javascript"> var curtime = new Date(), curday = curtime.getDate(), curmonth = curtime.getMonth()+1; if (currentmonth 14) window.location = "homevlntns.html"; if (currentmonth 31) window.location = "homehllwn.html"; if (currentmonth 25) window.location = "homexmas.html"; else window.location = "error.html"; </script> but no luck.


How many bytes does date DD-MM-YYYY datatype occupy in java?

A java.util.Date object will take about 32 bytes in memory.


How to upgrade to a javascript capable browser to register for Facebook?

Just go to one of the related links and download the executable file for your OS, and run it on your computer. The you'll have an up-to-date, JavaScript capable browser.


What is Date class in java?

i am management student,and want to know answer that ,what is date class in java?


Can you convert date into words in java?

yes


Explanation of import javautilDate?

The import keyword in Java is used to tell the Java compiler where to find different classes and packages.java.util.Date is the location of the Date class: Date is a member of the util package, which is a member of the java package.


How might one use the java subclass SimpleDateFormat?

One might use the Java subclass "SimpleDateFormat" when programming a Java application that needs to display the date. This would be then be used to show the user the current date in real time.


Insert date on a webpage using javascript?

Just use new Date(); to get the current date and then use document.getElementById to insert it on the webpage. <div id="example"></div> <script type="text/javascript"> document.getElementById('example') = new Date(); </script>


Is there a java that doesn't change your computer?

Try downloading the latest version of java from oracle. Actually Java is simply a language. It is a tool. It should not change your computer. Something is wrong with your computer if Java changes your computer. Usually it is not Java changing your computer but a virus latching onto Java. You must keep your antivirus software up to date and you must keep your Java up to date or you will have problems. If you have a MAC, apple has stopped supporting Java. Hackers are using it to hack into computers. Update it from Oracle or get rid of it.