How can I configure the printer on my Officejet 6500 a display more to the date and time?

I replaced my wireless HP OfficeJet All In One printer 6400 with a 6500 has more wireless and want the default screen to have the date and time, just like my previous one. How am I able to do? I've set the date and time through preferences, but I want to be there when I turn on the printer.

Hi Irvonne!

Displays the date and time on the home screen of the 6500 a Plus isn't a feature of the unit is supported, I'm afraid.

Thank you

Tags: HP Printers

Similar Questions

  • How can I change the date and time on my HP officejet pro

    How can I change the date and time on my HP Officejet pro?

    I'll be gald to help you in this situation.

    What officejet do you have?

    You can go to the settings on the printer screen.

    1. click on Setup

    2. click on Preferences

    3. choose the Date and time

  • How can I restart the date and time?

    The date and time on my task bar have become desensitized. How can I restart the date and time?

    I can't access the same system for the date and time preferences.

    Have you tried restarting your Mac?

    See you soon,.

    GB

  • How can I get the date and time function to appear as a tile

    How can I get the date and time function to appear as a tile

    How can I get the date and time function to appear as a tile

    WIN8 are delivered with this tile/app.  The only way to display the time is to launch the charm bar (Win - key + C) or mouse over to the right up/down.  That said go to the Windows store... There are several free applications that display the time / date as a live tile.  Good luck.

  • How do you know the date and time of synchronization in the windows version?

    Where can I see the date and time of synchronization?

    Is there a toolbar button in the Palette to customize. Move this button to a toolbar or in the Menu box open. When you hover over this button, a ToolTip will appear with the day of the week and time of the last synchronization event.

  • Can I change the date and time on my account?

    Is there anywhere on this site where I can set the details of the date and time?

    When I posted a recent issue, the date and time were incorrect IE not my country date & time.

    Thank you

    Sylvia

    PS Sorry if this is the wrong place to post this question, not that the possibilities of passage are really there?

    The date and time are universally on us Pacific time zone. You can't change it.

  • How do I set the date and time for those?

    Windows Vista; all the time that the I shoot my computer automatically go back to the year 2001; so whenever the I put on the computer I need to set up the date and time;  With the help of Windows, after the< is="" an="" error="">, but did not mention the number or how to fix it, please help

    Hello

    If after having set the time/Date and stop and restart your machine the time means the 2001 2007 2009 year ETC, you have a CMOS battery has failed in the motherboard.

    They cost about $5 and are easy to replace.

    How to replace a CMOS battery.

    http://www.computerhope.com/issues/ch000239.htm

    See you soon.

  • How can I filter the data and display it in the html table?

    Hello

    How do I filter data that contains the database table and already displayed in html table, then when the user write a data to filter or search, it will automatically display the data in html table. ?

    can someone help me to do this? Here is my php code for the table that will display the data:

    <?php
      $servername = "localhost";
      $username = "root";
      $password = "pass";
      $dbname = "ses";
       
       
      // Create connection
      $conn = new mysqli($servername, $username, $password, $dbname);
      // Check connection
      if ($conn->connect_error) {
      die("Connection failed: " . $conn->connect_error);
      }
       
      $sql = "SELECT No, Calon, ID, Jurusan FROM candidates";
    
      $result = $conn->query($sql);
      ?>
    
    <?php
      if ($result->num_rows > 0) {
      echo "<table >
    
      <tr>
      <th>NO</th>
      <th>Candidate</th>
      <th>ID Number</th>
      <th>Programme</th>
      <th>Edit</th>
      <th>Delete</th>
      </tr>";
      // output data of each row
      while($row = $result->fetch_assoc()) {
      echo "<tr>
      <td align='center'>" . $row["No"]. "</td>
      <td>" . $row["Calon"]. "</td>
      <td>" . $row["ID"]. " </td>
      <td>" . $row["Jurusan"]. "</td>
      <td align='center'><a href='main2.php?edit=".$row["No"]."'>Edit</a></td>
      <td align='center'><a href='delete.php?del=".$row["No"]."'>Delete</a></td>
      </tr>";
      }
    
      echo "</table>";
      } else {
      echo "0 results";
      }
      $conn->close();
      ?>
    

    hope someone can help me with this.

    Thank you.

    You must first create a search form for the user to enter a search word:

    Then create a page named search_page.php and insert the following code into it and save it. The code in red below Gets information from the search form field name = "Calon" and the SQL query finds in the "Calon" database field for a game.

    <>

    $servername = "localhost";

    $username = 'root ';

    $password = "pass";

    $dbname = 'his ';

    Create the connection

    $conn = new mysqli ($dbname, $servername, $username, $password);

    Check the connection

    If {($conn-> connect_error)

    Die ("connection failed:".) $conn-> connect_error);

    }

    $Calon = trim($_POST['Calon']);

    $sql = (' SELECT no, Calon, ID, Jurusan candidates WHERE Calon = "'.") $Calon.' » ") ;

    $result = $conn-> Query;

    ?>

    <>

    If ($result-> num_rows > 0) {}

    ECHO '.

    ";

    each line output

    While ($row = {$result-> fetch_assoc())}

    ECHO '.

    ";

    }

    ECHO '.

    NO. Candidate Identification number Program Edit Delete
    " . $row ["no"]. " " . $row ["Calon"]. " " . $row ['ID']. " " . $row ["Jurusan"]. " Edit Delete
    ";

    } else {}

    echo "0 results."

    }

    $conn-> close();

    ?>

  • How to fill out the Date and time in the OPS page CO

    Hi all

    How to generate the date current system (without using "select sysdate from dual"), in the controller OAF (processRequest) to an OAMessageDateFieldBean page?
    When I use the following code, the month is always displayed in January alone.
    In his display as a page OFA: January 26, 2009 15:46:30
    Using System.out.println: 2009-05-26 15:46:30.0

    Kindkly help me in this regard.

    Code
    OAApplicationModule am = pageContext.getApplicationModule (webBean);
    SimpleDateFormat f = new SimpleDateFormat ("yyyy-mm-dd hh: mm :"); ")
    String dateString = am.getOADBTransaction () .getCurrentDBDate () m:System.NET.SocketAddress.ToString ();

    java.sql.Date sqlDate = new Date (f.parse (dateString) .getTime ());

    DateField OAMessageDateFieldBean =
    (OAMessageDateFieldBean) webBean.findIndexedChildRecursive ("currentDate");
    dateField.setValue (pageContext, sqlDate);

    System.out.println (am.getOADBTransaction () .getCurrentDBDate (). ToString());

    Kind regards
    Joe

    Hey Joe,

    Change the line of code...

    Of

    SimpleDateFormat f = new SimpleDateFormat ("yyyy-mm-dd hh: mm :"); ")

    TO

    SimpleDateFormat f = new SimpleDateFormat ("yyyy-MM-DD hh: mm :"); ")

    It will work...

    Thank you
    Anoop

  • My HP Officejet 4630e all-in-one does not print the date and time on the fax header

    I followed all the instructions of configuration / Date and time are set correctly but only name and phone number show on the fax header when sending fax.  How can I get the date and time to print as well?

    Thank you for your help

    Hi doggynut4,

    Welcome to the HP Support forums.  I understand that you want to add the date and time to your fax header.

    Your user guide indicates that only the name and fax number can be entered for the fax header (found on page 49). I even confirmed this on my Officejet 4630.  I apologise for any inconvenience this may cause.

    User's Guide e-All-in-One Series Officejet 4630

  • How to see the date and time on your images?

    I use camcorder Sony HXR-NX5U to shoot my video which I then edit in Premiere Pro. How can I record the date and time based on actually recorded video? Is a function that I need to set up on the camera or these data incorporated into each HD clip and all I have to do is just to change some settings in Premier Pro, as well as the date and time appear magically on my video?

    He is a third-party software which costs $80 to show the date and time. This is not an option.

    Can I ask you why you do this?  It of a unique client work, a curiosity or are you in the business of generating media for legal needs?  Adobe has access to view the metadata of the files in the metadata panels, however, source time is not available in timecode effects and overlays customized (via the program monitor tools).  It will be manual labor, which is ok if it is the specific need.  However, if it is a constant for your business, you must consider the types of tools that apply best practices (as the camera that allows you to record recovery /) or by using a third party tool like the one I mentioned.  No free lunch.  This has been a feature of the long and often requested.

  • cannot change the date and time in the system restore

    How can I change the date and time in the system restore? When I try to create a new restore point, I can't change the date and time, the system automatically date and time in.

    System Restore will always set the date and time of any restore point created at the effective date and time of the machine.

    If you want to restore your computer to a date and an hour earlier, you must select restore from a restore point that was created at the earlier time.  This article explains how.

    With the help of the Windows Vista system restore
    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    My apologies if I misunderstood your question.  Why should change you the date and time when a restore point was created?  The only possibility of achieving a fictitious date and time will result in a change as actual date and time Windows or in the Bios, either option with unforeseen consequences.

  • Toshiba 40TL938G - find the date and time settings

    I have a 40TL938G and I can't find the date and time settings.
    Can someone help me?

    SSY
    I read the manual and it does ' t say anything about these settings.

    THX

    In the settings of digital television, you should see the option called local time settings

    To display the time on the TV you press the sign of the small clock on the remote control while watching a normal TV show (analog only)

  • How can I get my Hp officejet 6700 to print the date and time on the fax confirmation page

    How can I configure my officejet 6700 premium to print the date and time on the fax confirmation page?

    Hello

    As long as the date and time is set, it should automatically appear on the print.

    Is the date and time set correctly on the printer?

  • How can I configure the vidio is dark?

    How can I configure the vidio when I used it it was dark and I do not see a menu so I can't go to tools?

    Can someone help me?

Maybe you are looking for

  • When will she be Qosmio F50/F55 available in Europe?

    Hello, I want to know when the Toshiba Qosmio F55/F50 will come in Europe. Thank you.

  • NEW Vaio Care Software Update (6.4.0.15030)

    FYI... just noticed that there is an update of the VAIO Care software on the site eSupport for my laptop model. The update date 29/03/2011 and the version # is 6.4.0.15030. It is said in the release notes that it is supposed to contain a fix for the

  • HARD DRIVE PROBLEM... FOR WINDOWS XP HOME EDITION

    I have a compaq armada m700 and I recently installed Windows Xp Home Edition, now when I turn on my computer it says 1720: SMART HARD DRIVER DETECTS IMMINENT FAILURE due to lack of ATTR. 05... IS POSSIBLE THAT I CAN CONNECT MY LAPTOP THAT HAS THE ANO

  • HP connected not working for me

    My Officejet Pro 8600 Plus worked perfectly when talk to the ePrintCenter.  Since all migrated HP to HP connected, the printer status was classified as 'offline' and the printer will not connect to the HP Server connected. There is nothing wrong with

  • Unable to see hidden files in the roaming profile

    Original title: in my folder of homelessness, some of my folders are hidden. They are still there and functional but hidden so I can't access it. [img] http://ICAP.me/i/vgJTTXpSR8.PNG [line] No saved file, but if I drag a folder saves inside doesn't