Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8433081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:17:30+00:00 2026-06-10T06:17:30+00:00

In the javascript function jsp I am trying to print the date.But it doesn’t

  • 0

In the javascript function jsp I am trying to print the date.But it doesn’t get printed. Why is this so ? The date should get printed before the text in the h1 tag. But the problem is date doesn’t get printed ! Why is this so ?

<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>JSP - 1</title>
    <script>
        function jsp() {
        <%= new java.util.GregorianCalendar().getTime().toString() %>
        }
    </script>
</head>

<body>
    <h1>
        Was I printed first ? Or is it the date... ..
    </h1>

    <script type="text/javascript"> 
        setTimeout(jsp,2000);
    </script>
</body>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T06:17:32+00:00Added an answer on June 10, 2026 at 6:17 am
    <script>
        function jsp() {
            document.write('<%= new java.util.GregorianCalendar().getTime().toString() %>');
            // or any other JS function you may want to use
        }
    </script>
    

    You’re mixing server-side and client-side.

    With your original function, your browser will see (for example)

    <script>
        function jsp() {
            2012-08-24 11:57:00
        }
    </script>
    

    but this isn’t JS-valid (as you see).

    And to answer your hidden question, the date will be printed last, because it’s located after the h1 (in a DOM-speaking way).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Am trying to sortout this small issue from past hour : <script type=text/javascript> $(document).ready(function(){
I am trying to use the timeout function within a jsp. But it doesn't
I've got the following jsp page and I'm using struts2-jquery-plugin-3.1.1 <script type=text/javascript> function openDialog()
My javascript function looks like this - function updateSuccess(aEle) { //Here aEle doesn't have
I am trying to pass an object to a javascript function which should trigger
<script type=text/javascript> $(.commentPost).live('click',function() { var expressID = $(this).attr('id'); var comment = $(#getComment+expressID).attr('value'); //If comment
I am trying to call a javaScript function that's in .../js/index.js file to .../index.jsp
This javascript function takes JSON and formats it to XML. The data is a
I have this Javascript function that sends username and password to php file through
I have a JavaScript function that should only run on specific pages on a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.