Problem solve
Get help with specific problems with your technologies, process and projects.
Using RPG/400 to convert a date in MMDDYY format to YYMMDD format
Is there an easy way in RPG/400 to convert a date in MMDDYY format to a date in YYMMDD format?
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
Step 2 of 2:
Using a 6-digit date field, multiply the date by 10000.01. To convert back to MMDDYY format, multiply by 100.0001.