Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 327 Bytes

date-format.md

File metadata and controls

12 lines (7 loc) · 327 Bytes

Date Format

The iVvy API uses a date format to represent dates. The format is a simple text-based format in the following form:

yyyy-mm-dd

Where

  • 'yyyy' is the 4 digit year of the date,
  • 'mm' is the two digit month of the date, where January = 01 and December = 12, and
  • 'dd' is the two digit day of the month.