Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlano authored Feb 10, 2025
1 parent 0653d25 commit 6f89473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/cobol2UML.cstl
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ FROM DATE |-->(_dte.getYear() mod 100) + "" + _dte.getMonth() + "" + _dte.getDa
FROM DAY YYYYDDD |-->
FROM DAY |-->
FROM DAY OF WEEK |-->
FROM TIME |-->
FROM TIME |-->OclDate.getSystemTime()
FROM TIMER |-->
FROM TODAYS DATE MMDDYYYY |-->_dte.getMonth() + "" + _dte.getDate() + "" + _dte.getYear()
FROM TODAYS DATE |-->
Expand Down

0 comments on commit 6f89473

Please sign in to comment.