Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Bug report(SQL2.0.3): Date.pm

Quote Reply
Bug report(SQL2.0.3): Date.pm
There is a bug in Date.pm Line#:291
m => $mon,

If you try to use the date format: %m%,
it will give you a wrong month.

It should be: m => $mon + 1,