Skip to content

tffnychng/calendar-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Calendar Microservice

Request parameter

A json object that specifies how the date should be formatted, if no format is provided is not a supported format, the program will default to YYYY-MM-DD. Allowed format types include

  • "MM-DD-YYYY"
  • "MM/DD/YYYY"
  • "DD-MM-YYYY"
  • "DD/MM/YYYY"
  • "YYYY-MM-DD"
  • "YYYY/MM/DD"

Response

Returns a formatted string containing the date

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages