⚡
Fluxpoint API
WebsiteDiscord Server
  • â„šī¸Information
  • 📋Changelogs
  • Reviews
  • đŸ“ĻLibrary
    • #ī¸âƒŖC#
    • ☕JavaScript
    • đŸ‘ģBotGhost
    • 💡Http Example
  • ⚡Client
    • 🧰Lib Developers
    • đŸ“ĻResponses
    • âš ī¸Error Codes
  • 🔗Endpoints
    • Test
    • Misc
    • Utility
    • Color
    • Convert
    • List
    • Image Gen
      • Templates
      • Custom Image
    • Minecraft
    • Sfw Anime Images
    • Sfw Anime Gifs
    • Meme Images
    • Animal Images
    • Nsfw
      • Nsfw Anime Images
      • Nsfw Anime Gifs
Powered by GitBook
On this page
  • Unix to date/time format
  • Discord id to date/time format
  1. Endpoints

Utility

Unix to date/time format

POST https://api.fluxpoint.dev/utility/unix-date

Get unix date/time format from timestamp number

Headers

Name
Type
Description

Authorization*

Request Body

Name
Type
Description

unix

number

format

String

{
    "success": true,
    "code": 200,
    "message": "",
    "content" "1/1/2023"
}

Discord id to date/time format

POST https://api.fluxpoint.dev/utility/snowflake-date

Get Discord date/time format from id number

Headers

Name
Type
Description

Authorization*

Request Body

Name
Type
Description

snowflake

number

format

String

{
    "success": true,
    "code": 200,
    "message": "",
    "content" "1/1/2023"
}
PreviousMiscNextColor

Last updated 1 year ago

Your API token here

Your API token here

🔗
https://fluxpoint.dev/api/token
https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1
https://fluxpoint.dev/api/token
https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1