Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages