Page 1 of 1

Date formatting

PostPosted: Sat Jun 23, 2018 2:36 pm
by jamesio
In using the $(DATE) variable, it shows as "06-23-2018". Any chance that could be changed to YYYY-MM-DD? That way it'll sort properly.

Re: Date formatting

PostPosted: Sun Jun 24, 2018 1:07 pm
by Quade
You should be able to create any date format you want by using the fields instead of "DATE".

$(YEAR)-$(MONTH)-$(DAYS)