PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Can't change date format in input date

Solved
cpshibinoppo

Nov 30th, 2022 04:57 AM

I tried changing the date format in date input, but nothing changed. Anyone can solve this problem.I tried this {"format" : "%Y-%m-%d"} But No change

bobbyiliev

Nov 30th, 2022 10:08 AM

Best Answer

Hey!

I've just tested this and it seems to be working as expected, eg:

  • Define the format in the BREAD editor:

  • Check the output:

The data itself is stored in the database in timestamp format, then the JSON above specifies the format value of the output of the date rather than how the data is saved.

Hope that this helps!