Comment 1 for bug 901773

Revision history for this message
Ugo (ugocupcic) wrote :

Is it not:

month = incoming.misc / 100
day = incoming - month

?