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


Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/

What zeros in the date do you not want to show? Or do you actually want zeros before month and day of the month?yusef88 wrote:not that..thanks for reply
2014-06-06 → 2014-6-6zer0 wrote:What zeros in the date do you not want to show? Or do you actually want zeros before month and day of the month?yusef88 wrote:not that..thanks for reply
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"