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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T22:57:02+00:00 2026-06-02T22:57:02+00:00

We have a .NET web service which returns JSON, including a date in string

  • 0

We have a .NET web service which returns JSON, including a date in string format as follows: 2012-04-30T00:00:00+12:00.

In javascript, I want to exclude dates where the month is not the current month. Hence, with the above date, the month is 04 (April) and the current month is May (in New Zealand anyway). So, I want to ignore this record, e.g, in pseudocode:

if(vMonth == CurrentMonth){
     dothis();
}

How can I do this?

  • 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-02T22:57:05+00:00Added an answer on June 2, 2026 at 10:57 pm

    EDIT: See Rob G’s answer below for the solution that works in all browsers.

    var dateOne = new Date("2012-04-30T00:00:00+12:00");​​​
    var dateTwo = new Date();
    
    if(dateOne.getMonth() == dateTwo.getMonth()) {
        alert("equal");
    }
    

    Here’s the jsfiddle:
    http://jsfiddle.net/Mq5Tf/

    More info on the date object:
    MSDN: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date
    ES5: http://es5.github.com/#x15.9.2

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

Sidebar

Related Questions

I have a .net JSON web service which returns a json string when queried.
.NET Web Service I have a .NET web service which returns json formatted DateTime's.
I have wrote a simple web service in .NET which return a string value.
I have a .net web application which has a reference to a web service.
I have an ASP.net web service that I'm using for a web application which
I have a ASP.NET web service decorated with System.Web.Script.Services.ScriptService() so it can return json
I have a webservice (.NET) which returns JSON result. The iOS application consumes that
I have a .NET Web Service running in VS2005 and a client that consumes
I have a .NET web service (using asmx...have not upgraded to WCF yet) that
i have an ASP.NET web service that returning a custom entity object (Staff): [WebMethod]

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.