Page 1 of 1

date template

Posted: 25 Jun 2014 23:04
by yusef88
which value should be changed to show date without extra zeros like
Image

Re: date template

Posted: 26 Jun 2014 00:08
by zer0
Tools > Customize List > Date Column Format?

Re: date template

Posted: 26 Jun 2014 00:20
by yusef88
not that..thanks for reply

Re: date template

Posted: 26 Jun 2014 00:45
by zer0
yusef88 wrote:not that..thanks for reply
What zeros in the date do you not want to show? Or do you actually want zeros before month and day of the month? :?

Re: date template

Posted: 26 Jun 2014 00:56
by yusef88
zer0 wrote:
yusef88 wrote:not that..thanks for reply
What zeros in the date do you not want to show? Or do you actually want zeros before month and day of the month? :?
2014-06-06 → 2014-6-6

Re: date template

Posted: 26 Jun 2014 07:17
by admin
Look for this section in the INI:

Code: Select all

[ListDateFormats]
Version=1
; Tweak: edit the following as you need
3="dd/mm/yy"
4="mm/dd/yy"
5="dd-mmm-yy"
6="dd/mm/yyyy"
7="mm/dd/yyyy"
8="dd-mmm-yyyy"
Set one of them to "yyyy-m-d".

(I did not test it, let me know if it works.)

Re: date template

Posted: 26 Jun 2014 17:20
by yusef88
it worked for me,very thanks