In this project, two date formats are used:
-
YY-mm-dd
- standard ISO 8601 format. Prefered input format. Use this style in yourPUT
andPOST
requests. -
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 fromGET
requests) will be formatted to this output.