Hello all,
Here's what I hope is an easy one. I have the need to put the current date out in MMDDYY format WITHOUT separators into a file. I've tried using the DATFMT(*MDY) in my H spec and then having a 'd' type field defined and using %date to set it up, but it includes the slashes. I don't think I can tell the DATFMT spec to not have separators (or can I?). So what is my quickest way to get the current date into a MMDDYY format with no separators? Thanks.
Here's what I hope is an easy one. I have the need to put the current date out in MMDDYY format WITHOUT separators into a file. I've tried using the DATFMT(*MDY) in my H spec and then having a 'd' type field defined and using %date to set it up, but it includes the slashes. I don't think I can tell the DATFMT spec to not have separators (or can I?). So what is my quickest way to get the current date into a MMDDYY format with no separators? Thanks.



ateNow_ISO
Comment