
27 Oct
2004
27 Oct
'04
4:57 a.m.
Hi Carl, On Wednesday 27 October 2004 04:05, Carl Davis wrote:
I have searched through the archives and cannot find anything specific to this. I have setup DateChecksum but would like the ticket to read monthdayyearid instead of yearmonthdayid. Is this possible without being a seasoned programmer?
Very easy: Just change line 96 from DateChecksum.pm my $Tn = $Year.$Month.$Day.$SystemID.$Count; to my $Tn = $Month.$Day.$Year.$SystemID.$Count; but I doubt it will do the sorted views any good ;-) Stefan -- Stefan Schmidt Email: jsj@jsj.dyndns.org