How to customize svn date format

920 views Asked by At

I want to use $Date$ for the autoset property during check-in, but want to have a means to modify its format. I just need to include the year information.

$Date: 2015-06-05 00:49:43 -0700 (Fri, 05 Jun 2015) $:

Can this be done through svn settings, or a custom property.

$Date: 2015 $

1

There are 1 answers

0
bahrep On

Using custom keywords you can choose to use short format of date with %d format code. There is no format code for year only.