Closed challengee closed 10 years ago
Default is year and sequence number with padding.
Do this with a string formatter. ex for padding:
'%03d' % 5 # => "005"
Default is year and sequence number with padding.
Do this with a string formatter. ex for padding: