Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 440 Bytes

date-formats.md

File metadata and controls

7 lines (4 loc) · 440 Bytes

Date Formats

In this project, two date formats are used:

  1. YY-mm-dd - standard ISO 8601 format. Prefered input format. Use this style in your PUT and POST requests.

  2. dd.mm.YY - russian format. Sometimes accepted as input, sometimes not (I'm working on fixing this, but for now, only ISO 8601 will work for all cases). All output data (which is usually received from GET requests) will be formatted to this output.