Could you explain this usage? i don't clear why use informat when format the date
Confusion: 1. What's this sentence function mean? 2 What's the function of Informat() here?
Column( dt, "TIME" ) << Data Type( Numeric, Informat( "y/m/d h:m:s", 0 ), Format( "y/m/d h:m:s", 22, 0 ) ) << Modeling Type( "Continuous" );
Suggestion:
If we want to format the date information, then just use "Format“ as our target form is more convenient for us in case we need take time to learn wh...
vince_faller