Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Date format · 10 years ago

    Hm, I have tried to set the “Published date” of blog posts in the admin area. Regardless of whether I use US or Euro style, the system always throws the same error as soon as I try to save the setting

  • Date format · 11 years ago

    Sure, thanks. :)

  • Date format · 11 years ago

    Can you create an issue for me so i don't lose track of this one? I'm in the middle of a few other issues at the moment. cheers!

  • Date format · 11 years ago

    Hmm.. i'll have to test this.. to be honest i've only ever used US or Euro style, never this ISO Y.M.D style date.

  • Date format · 11 years ago

    An exception has been thrown during the rendering of a template ("DateTime::__construct(): Failed to parse time string (2015.09.01 14:55) at position 5 (0): Double time specification") in "forms/field

  • Date format · 11 years ago

    I set "date: '2015.09.01 14:55'" in the yaml page.md file, but the site shows "02 Sep". Is it getting the date off of the file ctime?

  • Date format · 11 years ago

    Forward slash (/) signifies American M/D/Y formatting, a dash (-) signifies European D-M-Y and a period (.) signifies ISO Y.M.D. So you can use YYYY.MM.DD for date:, but if you save it directly in ex

  • Date format · 11 years ago

    Under admin - options - publishing, the date is currently '01-09-2014 14:55'. This translates to the the page.md yaml file having a line of 'date: '01-09-2014 14:55'.

  • Date format · 11 years ago

    Where are you looking to use this date format? in the filename? for the date of the page?

  • Date format · 11 years ago

    I use a date format of YYYY-MM-DD. Is there an easy way to accomplish this currently? If not, I'll add a configuration option to set the date format.