ZioMark's HUB | API Documentation
DiscordAbout Me
  • 🔳Introduction
    • 🔐Authentication
  • 🔲GET Endpoints
    • ▫️Dec to Hex
    • ▫️Hex to Dec
    • ▫️Timetamp to Date
    • ▫️CFX
    • ▫️Date
    • ▫️Date & Time Formatter
    • ▫️Text over Image
    • ▫️Image over Image
    • ▫️Weather
    • ▫️Translate
    • ▫️Convert Currency
    • ▫️Geolocation
    • ▫️QR Code Generator
    • ▫️Image Format Converter
    • ▫️Key Generator
    • 🌐Bored
    • ▫️BMI Calculator
    • ▫️VAT Calculator
    • ▫️SEO Analyzer
    • ▫️Local Time
    • ▫️Discount Calculator
    • ▫️Discount Discover
  • 🔲POST Endpoints
    • ▫️HTML to PDF
    • ▫️Loan Calculator
    • ▫️Excel to CSV
Powered by GitBook
On this page
  • /date
  • Query parameters
  • Example Response
  1. GET Endpoints

Date

Returns today's date and time in various formats like dd/mm/YYYY, ISO8601 and UNIX

/date

Returns today's date and time in various formats like dd/mm/YYYY, ISO8601 and UNIX

Query parameters

format EU or US

Based on the selected format you will get the value "date" as follows:

EU: dd/mm/YYYY US: YYYY-mm-dd

Example Response

{
    "date": "17/04/2024",
    "time": "21:22:38",
    "iso8601": "2024-04-17T19:22:38.249Z",
    "unix": 1713381758
}
PreviousCFXNextDate & Time Formatter

Last updated 1 year ago

🔲
▫️