Git Product home page Git Product logo

json.date-extensions's People

Contributors

endel avatar renatoaf avatar rickstrahl avatar u-quark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

json.date-extensions's Issues

Make a version that doesn't pollute JSON

I'm creating a node library and want to use the dateParser function. That library will become a dependency of another one. I'd just as soon not pollute the global object from a dependency three layers deep. Obviously, I can copy the relevant code into my project, but I'd also like to benefit from upstream changes.

Can you post to nuget?

It would be great if this get posted to nuget.org to maintain it up-to-date without doing it manually.

I see you are using VS 2012, so it should be natural to post to nuget ๐Ÿ‘

I think this is a great library and should be incorporated to the standard! With angularjs and so many frameworks for javascript it makes a lot of sense to have Date objects when parsing the fields.

Line 35 has a typo

I was reading through the code and noticed the following (line 35):

                if (!JSON.parseSaved) {

I believe that should read:

                if (!JSON._parseSaved) {

msajax date parsing with positive offset

Hello,
I would like to submit an issue when parsing msajax dates with JSON.dateStringToDate. The problem occurs when the offset is positive like /Date(1454332153030+0200)/.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.