The date separator can only be set for 2-digit year formats, i.e. *MDY,
*YMD, *DMY, *JUL.
For for digit year formats, i.e. *EUR, *USA, *ISO, *JIS, only 0 is allowed
which means without separator.
You may either use a 2 digit year format or you have to convert the date
into a character representation of the data and then replace the separator
in the string.
You may use RPG functions or the VARCHAR_FORMAT SQL function in embedded SQL
VARCHAR_FORMAT(:YourDate), 'DD-MM-YYYY')
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
Modernization ? Education ? Consulting on IBM i
Database and Software Architect
IBM Champion since 2020
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
"Train people well enough so they can leave, treat them well enough so they
don't want to. " (Richard Branson)
"Learning is experience ? everything else is only information!" (Albert
Einstein)
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Dave
Sent: Monday, 5 May 2025 15:56
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Controlling the date separater in the RPG program
Its scandalous I know, but I've managed to get through my whole career
without understanding the curly brackets in the doc :DATFMT(fmt{separator})
%date in my program in *eur format will give me '.' as separators. I want
'/'. Nowhere can I find a simple example of the above keyword with a
separator.
Please help.
Thank you
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.