Menu

#1 Datestamp contains minute instead of Month

v1.0_(example)
open
nobody
None
5
2004-12-02
2004-12-02
Anonymous
No

In Minter.cs, GenerateStampPrefixBytes() says this:

stampDate = date.ToString("yymmdd");

But it should say this:

stampDate = date.ToString("yyMMdd");

... because 'mm' is minutes, 'MM' is months.

Discussion


Log in to post a comment.