Bug #71
Month and Day values are reversed with USA dates
Start date:
07/21/2017
Due date:
% Done:
0%
Description
The Month and Day values are reversed with USA dates. I noticed this in the Header Template, but I guess the revision entry would be the same.
I assigned myself to this bug, if that is ok.
History
#1 Updated by Todd Forsberg over 7 years ago
- File cEditorEdit.pkg added
- Status changed from New to Resolved
attached updated file.
// Date parts.
Sysdate dToday sTH sTM sTS
Move (DateGetDay(dToday)) to sDD
Move (DateGetMonth(dToday)) to sDM
Move (DateGetYear(dToday)) to sDY
Move (Right("00"+sDD,2)) to sDD
Move (Right("00"+sDM,2)) to sDM
#2 Updated by Wil van Antwerpen over 7 years ago
- Status changed from Resolved to Closed
Checked in on your behalf. The fix is in next build.