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

  • SEARCH
  • Home
  • 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 8120903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:18:27+00:00 2026-06-06T05:18:27+00:00

We are planning to use HTML 5 ‘s Application cache in our application for

  • 0

We are planning to use HTML 5‘s Application cache in our application for storing static
content and some documents like a timetable. This timetable gets
updated every week. Now in our application we need to display the last updated date of this
timetable.
Is it possible to get the created date or downloaded date of a file which is there in the
application cache programmatically? Or is there some better way of doing this (we dont’ want
to save any information in the server side)? Could you please let me know?

  • 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-06T05:18:28+00:00Added an answer on June 6, 2026 at 5:18 am

    How about this approach. Use a regular AJAX GET and look at the Last-Modified header:

    function getTimeStamp(url) {
        var xmlHttpReq = false;
        var self = this;
        if (window.XMLHttpRequest) {
            self.xmlHttpReq = new XMLHttpRequest();
        }
        self.xmlHttpReq.open('GET', url, true);
        self.xmlHttpReq.onreadystatechange = function() {
            if (self.xmlHttpReq.readyState == 4) {
                log(self.xmlHttpReq.getResponseHeader("Last-Modified"));
            }
        }
        self.xmlHttpReq.send(null);
    }
    

    My test page seems to be working, but it’s late and I may have messed it up.

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

Sidebar

Related Questions

We are planning to use Qtwebkit for Help viewer in our application, we need
I am planning to use SCTP for a embedded Linux project. Anybody has some
I'm planning to use my website to provide updates for my android application whenever
I am planning to use Wurfl in a web application in order to distinguish
I am currently designing a native android application. I am planning to use jQuery
I am planning my directory structure for a linux/apache/php web project like this: Only
I currently have a form like this: <% form_for @stem, :html => {:multipart =>
First Some Background I'm planning out the architecture for a new PHP web application
I am planning to use a Grid system for a site, but I'd like
we are new to phonegap, and planning to use phonegap to build the application

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.