I do not reproduce using a similar macro:Gives "29/12 2/1/26". The formatting is based on Visual Basic, not C, so I doubt the OS could affect it.
I would suspect something in your code or data is not exactly as you intended.
Code:
Sub Mainmon = cDate(46020)print format(mon, "M/D") + " " + format(mon+4, "M/D/YY")End SubI would suspect something in your code or data is not exactly as you intended.
Statistics: Posted by jojopi — Sun Dec 28, 2025 8:16 am