JavaScript Date getFullYear() methodThe JavaScript date getFullYear() method returns the year for the specified date on the basis of local time. SyntaxThe getFullYear() method is represented by the following syntax: ReturnA number the represents year. JavaScript Date getFullYear() method exampleHere, we will understand getFullYear() method through various examples. Example 1Let's see an example to print the value of current year. Test it NowOutput: 2018 Example 2Let's see an example to print the year from the given date. Test it NowOutput: 1947
Next TopicJavaScript Math
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week