1
vote
Localising date format descriptors
Just use ISO-8601. It's an international standard.
http://en.wikipedia.org/wiki/ISO_8601 …
2
votes
Automatically update version number
What source control system are you using?
Almost all of them have some form of $ Id $ tag that gets expanded when the file is checked in.
I usually use some form of hackery to …
