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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:09:29+00:00 2026-05-30T08:09:29+00:00

I want to strip out everything before the first – and everything after the

  • 0

I want to strip out everything before the first “- ” and everything after the ” -” so I am left with “Dec 25, 2011” below (dates are dynamic so it always wont be Dec 25, 2011). I need to have a Javascript variable first:

Here is the html:

<p class="review-rating">
 By oakbarrels
 - Dec 25, 2011
 -
 Something.com
</p>

Here is the javascript variable I want to strip out “Dec 25, 2011”:

var thedate = $(this).find('.review-rating').html();

With “Dec 25, 2011” in a variable I would like to now use pHp strtotime to format it to “12/25/2011”.

  • 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-05-30T08:09:30+00:00Added an answer on May 30, 2026 at 8:09 am

    To get the date string with Javascript, you can do something like this in jQuery:

    $('.review-rating').text().match(/\-\s([^\n]+)/)[1].trim();
    

    You can see a jsFiddle of this here: http://jsfiddle.net/w2HvA/

    Once this date string is passed to PHP you can use the following to format it.

    echo date("d/n/Y", strtotime($theDateString));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the string: CN=Help & Technical,CN=Users,DC=dave,DC=com And I want to strip out everything
Basically I just want to strip out a part of my smarty variable contents.
I would like to strip everything in a string before a - and leave
I am using this regex: [Blah(?:\s*)\] I want to strip out the tag that
I want to strip out <p> and </p> from a string (lets say s
I want to do var_export() and strip out all numerical array keys on an
Hay, i have a string like this: v8gn5.8gnr4nggb58gng.g95h58g.n48fn49t.t8t8t57 I want to strip out all
NSMutableData *requestData = (NSMutableData*)[request responseData]; returns [{JSON_STRING}] so I want to strip out the
I have the code below: <?php echo $fields->question; ?> I specifically want to strip
I want to strip out spaces in the values of element. Source: <sss> HI:

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.