Page 1 of 1

blog: all about file date formats

Posted: 2021 May 09, 08:04
by nikos
here's the comment area for today's blog post found at
www.zabkat.com/blog/file-date-time-format.htm

Re: blog: all about file date formats

Posted: 2021 May 09, 10:54
by Manyx
"The last column in the pic above was created with these format strings:
date: dd MMMM yyyy"


In advanced options, Custom date format, I wrote: yyyy MMMM dd and save.
But the date is still dd/mm/yyyy.

I tried with yyyy/mm/dd, same result.

And date: yyyy/mm/dd

What am i missing?

Re: blog: all about file date formats

Posted: 2021 May 09, 12:02
by EMathews3
This is great! Pretty much every time I (try to) write a commandline handler for the Programmable column's system() call, you add the information as a native feature :) so the handler becomes redundant. That's good because the most recent one was totally not working with 5.0.0.2 Ult.

Re: blog: all about file date formats

Posted: 2021 May 09, 12:37
by nikos
Manyx wrote: ↑2021 May 09, 10:54 In advanced options, Custom date format, I wrote: yyyy MMMM dd and save.
But the date is still dd/mm/yyyy.
this date format is associated to a LAYOUT, so if you use more than one layouts use the layout selector drop-down in the advanced settings dialog

Re: blog: all about file date formats

Posted: 2021 May 09, 18:17
by Manyx
that's it!
thanks :D