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 8175663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:51:21+00:00 2026-06-06T22:51:21+00:00

I have a Timestamp field in a WebSQL database that is stored like: /Date(1340420400000)/

  • 0

I have a Timestamp field in a WebSQL database that is stored like:

/Date(1340420400000)/

When I pull that value out of the db, a literal string is returned to me, and I have to extract the epoch value with a RegEx, parse it as an int, and pass it into a Javascript Date. Is there an easier way to do this, it seems rather clumsy.

I know I could use the SQLLite strftime function, but I’d prefer to use “SELECT *” as I have many large tables and I’d like to avoid identifying each and every field in all my queries.

Thanks!

Chris

  • 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-06T22:51:23+00:00Added an answer on June 6, 2026 at 10:51 pm

    If you are so lazy, then you could write

    SELECT t.*, strftime('%whatever',t.Timestamp) AS formatted_timestamp
    FROM t
    ...
    

    Or rename the Timestamp column to _Timestamp:

    SELECT t.*, strftime('%whatever',t._Timestamp) AS _Timestamp
    FROM t
    ...
    

    Alternatively / additionally you could make a view for every table for selecting.

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

Sidebar

Related Questions

I have created a timestamp field in mysql, where the date gets stored as
I have a custom UserType which stores a date/time value in a TIMESTAMP field
I have a timestamp field in a postgres database. I would like to select
A have a JPA entity that has timestamp field and is distinguished by a
I have a problem extracting the year out of a mysql timestamp field. I
I have Informix database with timestamp field defined as YEAR TO SECOND. When I
I have a table with timestamp field call EVENT_TS (so it's stored as GMT
I have a database with a timestamp field called DATECREATED and I am trying
I have timestamp in database and in application i do have date . I
What I have: I have a timestamp field with the time that my project

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.