Greetings,
Is there a setting to set the date value out of the DateTimeStamper to say ISO?
Thank you,
Tyler
FME 2022.1
Greetings,
Is there a setting to set the date value out of the DateTimeStamper to say ISO?
Thank you,
Tyler
FME 2022.1
Best answer by ebygomm
You can avoid the use of a DateTimeStamper and use the following in an AttributeCreator/AttributeManager to get the current date time and format it as required
@DateTimeFormat(@DateTimeNow(),%Y-%m-%dT%H:%M:%S)