Skip to content

osenvosem/fcc-timestamp-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Code Camp :: Timestamp Microservice

Try

Or any string that may be parsed with new Date(string).

The service returns response in JSON format, like this:

{
  "unix": 1164920400000,
  "natural": "December 01, 2006"
}

If the date passed in is incorrect the service returns:

{
  "unix": null,
  "natural": null
}

About

Free Code Camp :: Timestamp Microservice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published