Dear Friends at Epic,
Is there an implementation for Date and Time in a Localized way yet?
I can get FDateTime::Now() and convert it to String, but what about Localized FText ?
Thanks!
Rama
Dear Friends at Epic,
Is there an implementation for Date and Time in a Localized way yet?
I can get FDateTime::Now() and convert it to String, but what about Localized FText ?
Thanks!
Rama
All localized text formatting is provided by the FText class.
Check FText::AsDate() and FText::AsTime()
Thank you Gerke Preussner!

Rama