Skip to main content
Solved

To map month in number to month in alphabets For Example) mapping 01/01/2018 to 01/jan/2018

  • January 9, 2018
  • 4 replies
  • 24 views

Best answer by erik_jan

This can be done using the DateFormatter transformer, using these settings:

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • January 9, 2018

This can be done using the DateFormatter transformer, using these settings:


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • January 9, 2018

the help shows U the format strings


fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • January 9, 2018

This can be done using the DateFormatter transformer, using these settings:

If you are working with FME 2017.1 or above then it will be the DateTimeConverter (will look like below). Note the 'quick guide' section. Also if you want to learn more about the Date/Time stuff you can read this section of the Doc: https://docs.safe.com/fme/2017.0/html/FME_Desktop_Documentation/FME_Transformers/Transformers/dateformatter.htm

 

 


  • Author
  • 5 replies
  • January 10, 2018

the help shows U the format strings

 

Thanks for your solution.