Giter Site home page Giter Site logo

timestamp's Introduction

This is a microservice which returns the date in natural language form as well as the corresponding unix timestamp form.

Example usage:

1 - Pass in a unix timestamp, and get back the date in both formats: e.g: https://git-fcc-srini5.c9users.io/1450539600000 {"unix":1450539600000,"natural":"December 19, 2015"}

2 - Pass in a human readable date, and get back the date in both formats (Note that any spaces will get replaced by %20 by the browser automatically): If date is given as numbers separated by dashes, it will be interpreted as MM-DD-YYYY or YYYY-MM-DD by default If month name is spelled out, either a three character month name or full name is acceptable.

e.g: https://git-fcc-srini5.c9users.io/Dec%201,%201987 {"unix":565315200000,"natural":"December 1, 1987"}

https://git-fcc-srini5.c9users.io/December%201,%201987 {"unix":565315200000,"natural":"December 1, 1987"}

https://git-fcc-srini5.c9users.io/12-31-1991 {"unix":694137600000,"natural":"December 31, 1991"}

User Story: I can pass a string as a parameter, and it will check to see whether that string contains either a unix timestamp or a natural language date (example: January 1, 2016).

User Story: If it does, it returns both the Unix timestamp and the natural language form of that date.

User Story: If it does not contain a date or Unix timestamp, it returns null for those properties.

timestamp's People

Contributors

srini5 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.