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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:24:33+00:00 2026-06-12T04:24:33+00:00

I am using jQuery Template to show Video tiles on my Web site .

  • 0

I am using jQuery Template to show Video tiles on my Web site
.
The problem is that I would like to show always the latest video available from the Wall Street Web site. The videos are grouped according to dates.

For example for today’s videos : src="http://m.wsj.net/video/20120928/092812hubammarkets/092812hubammarkets_320k.mp4"

I would like to dynamically change the src according to today’s date.

Do you have an idea how to do it ?

Thank you

  • 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-12T04:24:35+00:00Added an answer on June 12, 2026 at 4:24 am

    You could just use a DateTime object for the current date and then put in the year, month, date in the string where they need to go (if the rest of the string is always constant).

    Something like this:

    DateTime testDate = DateTime.Now;
    string year = testDate.Year.ToString();
    string month = testDate.ToString("MM");
    string date = testDate.Day.ToString();
    string yearTwoDigit = testDate.ToString("yy");
    string source = "src=\u0022http://m.wsj.net/video/"+year+month+date+"/"+month+yearTwoDigit+"hubammarkets/"+month+date+yearTwoDigit+"hubammarkets_320k.mp4\u0022";
    

    \u0022 is the " character

    That’s a C# example, which is one of your tags.

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

Sidebar

Related Questions

I am using Ruby on Rails 3.0.9 and jQuery 1.6.2. I would like to
So far in the Knockout.js documentation, they only show using jQuery templates that are
I'm using a WordPress template that has a jQuery carousel on the homepage and
I am trying to display a button using jQuery template. The code is as
how can i parse the particular 'li' field from the following using jquery template?
After loading a PHP template (using jQuery's load function), this simple script won't make
I've been using the following jquery template as a step by step form for
So I'm using a template for a jQuery plugin and unfortunately it will not
Context: HTML widgets generated using a Django ModelForm and template, jQuery 1.3.2, JavaScript on
I'm wondering if the following may be possible using something like jQuery. I've looked

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.