Quote:
Originally Posted by PeterT
I believe the date you are referring to is a string that gets populated during the checkout of the source from a version control system. About all they could do would be to use a format that used month name as opposed to month number.
|
They shouldn't expose the git string directly in the UI. Their build system should insert the git revision information into internal variables so that the UI can then format them all correctly for the current locale. Format at runtime, not build time.