Welcome!

This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!

3

4
Carlos Nogueira
On 10/2/19, 4:22 PM

Hi,

There's no formula that directly does that, since date formatting and conversion has a lot of variants (language, precision, order, etc) but you can compose the string as you like. Example:

NumericToString(Year([TABLE->FIELD]),4) + "/" + 
NumericToString(Month([TABLE->FIELD]),2) + "/" + 
NumericToString(Day([TABLE->FIELD]),2)

Adjust this to your requirements.


Keep Informed

About the Community

This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Read Guidelines

Question tools

10 follower(s)

Stats

Asked: 10/2/19, 8:51 AM
Seen: 1505 times
Last updated: 10/15/19, 10:31 AM