Git Product home page Git Product logo

ticks-to-date's Introduction

ticks-to-date

version license

The best way to convert C# ticks date time to JavaScript Date.

ticks-to-date is free and will always remain free
A simple and quick way to support the project is to buy me a coffee.
It will take no more than 5 minutes and will allow the project to keep going

Buy me a coffee

Installation

NPM

npm install --save-dev ticks-to-date

Yarn

yarn add ticks-to-date

Example

const ticksToDate = require('ticks-to-date');
const date = ticksToDate(636976874910235300);
console.log(date.toUTCString());                // Tue, 02 Jul 2019 18:04:51 GMT
console.log(date.getUTCDay());                  // 2
console.log(date.getUTCMonth());                // 6
console.log(date.getUTCFullYear());             // 2019
// etc...

For more information about Date object see:
https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date

For more information about ticks see:
https://docs.microsoft.com/dotnet/api/system.datetime.ticks

Contributing

See contributing guideline.

License

MIT LICENSE

ticks-to-date's People

Contributors

vyushin avatar

Watchers

 avatar

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.