Project

General

Profile

Bug #71

Month and Day values are reversed with USA dates

Added by Todd Forsberg over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Bug
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.

2017-07-21_15.58.35.png View - Snapshot from DF19 Studio (99.6 KB) Todd Forsberg, 07/21/2017 09:01 PM

cEditorEdit.pkg (213 KB) Todd Forsberg, 07/21/2017 10:14 PM

History

#1 Updated by Todd Forsberg over 6 years ago

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 6 years ago

  • Status changed from Resolved to Closed

Checked in on your behalf. The fix is in next build.

Also available in: Atom PDF